T
by theoryshaw on 19 Sep 2023, edited 19 Sep 2023
#
How do you create a 'quick favorite' that is not specific to an object?
As you can see I created a blender shortcut for bpy.ops.bim.select_all_array_objects
, but when i run it, it always selects the original array. I'd like it to be contextual and take into account the object that's selected.
video:
A
by Andrej730 on 19 Sep 2023, edited 19 Sep 2023
#
+2 votes
It was tied to guid provided from the UI, should work after https://github.com/IfcOpenShell/IfcOpenShell/commit/c40cc3f7406400bb70da58524f1ad7a6c0902596
In general, if operator can work without provided argument you can add it to quick favorites from F3 menu
