mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 04:08:04 +00:00
black
This commit is contained in:
@@ -459,7 +459,7 @@ class HideClash(bpy.types.Operator):
|
|||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
ClashDecorator.uninstall()
|
ClashDecorator.uninstall()
|
||||||
for area in context.screen.areas:
|
for area in context.screen.areas:
|
||||||
if area.type=="VIEW_3D":
|
if area.type == "VIEW_3D":
|
||||||
area.tag_redraw()
|
area.tag_redraw()
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user