Update leenkx/blender/lnx/props_ui.py

This commit is contained in:
2025-09-24 01:33:47 +00:00
parent 46e3047877
commit 6af1ef2df1

View File

@ -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