mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Fix typo in 2a199cf
This commit is contained in:
@@ -99,7 +99,7 @@ class ActivateStatusFilters(bpy.types.Operator):
|
|||||||
|
|
||||||
if not props.is_enabled:
|
if not props.is_enabled:
|
||||||
# In case if operator was added to Quick Favorites.
|
# In case if operator was added to Quick Favorites.
|
||||||
bpy.ops.bim.disable_status_fitlers()
|
bpy.ops.bim.disable_status_filters()
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
visible_statuses = {s.name for s in props.statuses if s.is_visible}
|
visible_statuses = {s.name for s in props.statuses if s.is_visible}
|
||||||
|
|||||||
Reference in New Issue
Block a user