mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Update handler.py
This commit is contained in:
@@ -257,7 +257,7 @@ def viewport_shading_changed_callback(area):
|
|||||||
bpy.context.scene.BIMStylesProperties.active_style_type = "External"
|
bpy.context.scene.BIMStylesProperties.active_style_type = "External"
|
||||||
|
|
||||||
|
|
||||||
if (bpy.types, "SCENE_PT_scene"):
|
if getattr(bpy.types, "SCENE_PT_scene"):
|
||||||
|
|
||||||
class Override_SCENE_PT_scene(bpy.types.SCENE_PT_scene):
|
class Override_SCENE_PT_scene(bpy.types.SCENE_PT_scene):
|
||||||
bl_idname = "SCENE_PT_scene_override"
|
bl_idname = "SCENE_PT_scene_override"
|
||||||
|
|||||||
Reference in New Issue
Block a user