actuallu show the option for LOD3

This commit is contained in:
2022-03-14 22:53:30 -05:00
parent 996c0210e9
commit 26af3e241b

View File

@@ -626,6 +626,7 @@ class LUTB_PT_setup_metadata(LUToolboxPanel, bpy.types.Panel):
layout.prop(scene, "lutb_lod0")
layout.prop(scene, "lutb_lod1")
layout.prop(scene, "lutb_lod2")
layout.prop(scene, "lutb_lod3")
layout.prop(scene, "lutb_cull")
def register():