forked from LeenkxTeam/LNXSDK
moisesjpelaez - General Fixes
This commit is contained in:
@ -63,6 +63,7 @@ class LNX_PT_ObjectPropsPanel(bpy.types.Panel):
|
||||
return
|
||||
|
||||
col = layout.column()
|
||||
col.prop(mat, 'lnx_sorting_index')
|
||||
col.prop(obj, 'lnx_export')
|
||||
if not obj.lnx_export:
|
||||
return
|
||||
@ -680,7 +681,6 @@ class LNX_PT_MaterialPropsPanel(bpy.types.Panel):
|
||||
if mat is None:
|
||||
return
|
||||
|
||||
layout.prop(mat, 'lnx_sorting_order')
|
||||
layout.prop(mat, 'lnx_cast_shadow')
|
||||
columnb = layout.column()
|
||||
wrd = bpy.data.worlds['Lnx']
|
||||
|
Reference in New Issue
Block a user