small fix to previous commit.

This commit is contained in:
Ryan Schultz
2024-12-08 20:12:03 -06:00
parent a9defb94d0
commit 5086fcc35a
+1 -1
View File
@@ -401,7 +401,7 @@ class BIM_PT_object_material(Panel):
else:
box.label(text="----- Exterior -----")
if location == "Bottom_Interior":
if layer_set_direction == "AXIS2":
if layer_set_direction == "AXIS3":
box.label(text="----- Bottom -----")
else:
box.label(text="----- Interior -----")