mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +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:
|
||||
# In case if operator was added to Quick Favorites.
|
||||
bpy.ops.bim.disable_status_fitlers()
|
||||
bpy.ops.bim.disable_status_filters()
|
||||
return {"FINISHED"}
|
||||
|
||||
visible_statuses = {s.name for s in props.statuses if s.is_visible}
|
||||
|
||||
Reference in New Issue
Block a user