Fix T65922: Custom property error
This commit is contained in:
@@ -1320,7 +1320,7 @@ class WM_OT_properties_edit(Operator):
|
||||
|
||||
row = layout.row()
|
||||
row.prop(self, "use_soft_limits")
|
||||
if bpy.app.use_library_override:
|
||||
if bpy.app.use_override_library:
|
||||
row.prop(self, "is_overridable_library")
|
||||
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user