mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 10:42:51 +00:00
Fix a few uses of assigning/unassigning agregation after 165262933
This commit is contained in:
@@ -580,12 +580,12 @@ class Hotkey(bpy.types.Operator, tool.Ifc.Operator):
|
||||
def hotkey_C_P(self):
|
||||
if not bpy.context.selected_objects:
|
||||
return
|
||||
bpy.ops.bim.assign_object()
|
||||
bpy.ops.bim.aggregate_assign_object()
|
||||
|
||||
def hotkey_A_P(self):
|
||||
if not bpy.context.selected_objects:
|
||||
return
|
||||
bpy.ops.bim.unassign_object()
|
||||
bpy.ops.bim.aggregate_unassign_object()
|
||||
|
||||
def hotkey_S_C(self):
|
||||
if not bpy.context.selected_objects:
|
||||
|
||||
Reference in New Issue
Block a user