fix for own error [#25299] custom properties not showing in viedw3d panel
error made when fixing id pinning, for non-properties space.
This commit is contained in:
@@ -2295,7 +2295,7 @@ class VIEW3D_PT_context_properties(bpy.types.Panel):
|
||||
|
||||
if member:
|
||||
# Draw with no edit button
|
||||
rna_prop_ui.draw(self.layout, context, member, False)
|
||||
rna_prop_ui.draw(self.layout, context, member, object, False)
|
||||
|
||||
|
||||
def register():
|
||||
|
||||
Reference in New Issue
Block a user