mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 13:23:40 +00:00
Add operator to copy railing modifier parameters (#3413)
* You can now copy railing properties from active to selected Hitting ESCAPE cancels editing railing path
This commit is contained in:
@@ -1858,6 +1858,8 @@ class OverrideEscape(bpy.types.Operator):
|
||||
bpy.ops.bim.hide_all_openings()
|
||||
elif context.scene.BIMAggregateProperties.in_aggregate_mode:
|
||||
bpy.ops.bim.disable_aggregate_mode()
|
||||
elif context.active_object and context.active_object.BIMRailingProperties.is_editing_path:
|
||||
bpy.ops.bim.cancel_editing_railing_path()
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user