ahh, no idea where I picked up this string during refactoring
This commit is contained in:
Andrej730
2025-03-17 11:56:11 +05:00
parent 210257de8e
commit 0d1298aac1
+1 -1
View File
@@ -287,7 +287,7 @@ def get_user(ifc: ifcopenshell.file) -> Union[ifcopenshell.entity_instance, None
def viewport_shading_changed_callback(area: bpy.types.Area) -> None:
shading = area.spaces.active.shading.type
if shading == "RENDERED":
tool.Style.get_style_props().active_style_type = "Internal"
tool.Style.get_style_props().active_style_type = "External"
def subscribe_to_viewport_shading_changes():