moisesjpelaez - General Fixes

This commit is contained in:
2025-09-19 18:39:14 +00:00
parent 177890bf39
commit 843ef0b058

View File

@ -63,6 +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_export') col.prop(obj, 'lnx_export')
if not obj.lnx_export: if not obj.lnx_export:
return return
@ -680,7 +681,6 @@ class LNX_PT_MaterialPropsPanel(bpy.types.Panel):
if mat is None: if mat is None:
return return
layout.prop(mat, 'lnx_sorting_order')
layout.prop(mat, 'lnx_cast_shadow') layout.prop(mat, 'lnx_cast_shadow')
columnb = layout.column() columnb = layout.column()
wrd = bpy.data.worlds['Lnx'] wrd = bpy.data.worlds['Lnx']