forked from LeenkxTeam/LNXSDK
moisesjpelaez - General Fixes
This commit is contained in:
@ -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']
|
||||||
|
Reference in New Issue
Block a user