Update leenkx/blender/lnx/props_ui.py
This commit is contained in:
@ -63,7 +63,7 @@ class LNX_PT_ObjectPropsPanel(bpy.types.Panel):
|
||||
return
|
||||
|
||||
col = layout.column()
|
||||
col.prop(mat, 'lnx_sorting_index')
|
||||
col.prop(obj, 'lnx_sorting_index')
|
||||
col.prop(obj, 'lnx_export')
|
||||
if not obj.lnx_export:
|
||||
return
|
||||
|
Reference in New Issue
Block a user