mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Rename IsolateSmartGroup operator to SelectSmartGroup
This commit is contained in:
committed by
Dion Moult
parent
bbde4e7522
commit
8aae7c95e6
@@ -1958,9 +1958,9 @@ class SmartClashGroup(bpy.types.Operator):
|
||||
|
||||
return {"FINISHED"}
|
||||
|
||||
class IsolateSmartGroup(bpy.types.Operator):
|
||||
bl_idname = "bim.isolate_smart_group"
|
||||
bl_label = "Isolate Smart Group"
|
||||
class SelectSmartGroup(bpy.types.Operator):
|
||||
bl_idname = "bim.select_smart_group"
|
||||
bl_label = "Select Smart Group"
|
||||
|
||||
def execute(self, context):
|
||||
# Select smart group in view
|
||||
|
||||
Reference in New Issue
Block a user