bugfix [#23534] Custom Properties not showing in OBJECT panel
This commit is contained in:
@@ -134,7 +134,7 @@ class PropertyPanel():
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
bool(eval("context.%s" % cls._context_path))
|
||||
return bool(eval("context.%s" % cls._context_path))
|
||||
|
||||
def draw(self, context):
|
||||
draw(self.layout, context, self._context_path)
|
||||
|
Reference in New Issue
Block a user