mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Pop up add menu in item mode
This commit is contained in:
@@ -847,7 +847,10 @@ class Hotkey(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
row.prop(self, "z")
|
row.prop(self, "z")
|
||||||
|
|
||||||
def hotkey_S_A(self):
|
def hotkey_S_A(self):
|
||||||
bpy.ops.bim.add_constr_type_instance("INVOKE_DEFAULT")
|
if bpy.context.scene.BIMGeometryProperties.mode == "ITEM":
|
||||||
|
bpy.ops.wm.call_menu(name="BIM_MT_add_representation_item")
|
||||||
|
else:
|
||||||
|
bpy.ops.bim.add_constr_type_instance("INVOKE_DEFAULT")
|
||||||
|
|
||||||
def hotkey_S_Q(self):
|
def hotkey_S_Q(self):
|
||||||
if not bpy.context.selected_objects:
|
if not bpy.context.selected_objects:
|
||||||
|
|||||||
Reference in New Issue
Block a user