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