Creating 'quick favorites' that are not specific to an object
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: https://www.dropbox.com/scl/fi/1vbgc0sb04mc6nuwe2fvn/2023-09-18_22-40-18_Blender_blender.mp4?rlkey=nuh7kcf1dlfupg9r00ce3qjcv&dl=0
Comments
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
