Update donate link, localization
Added a multi-tool operator that appears next to the .blend selection drop-down.
Holding CTRL will reload the .blend file as a library, SHIFT will open the .blend file in a new instance, and ALT will re-scan the file in OptiPloy.
Implemented feature to spawn to specified scenes through Python. Good for spawning by code.
bpy.ops.spawner.spawner(blend=int, folder=int, collection='MyCol', activate=True, scene='Scene54')
Now shows .blend file paths under folders
Adding Assets
Extended Scripting Advantages
OptiPloy will now record key modifiers as custom properties on the scene for scripts to take advantage of. The custom properties are aptly named:
context.scene["key_ctrl"] for Control
context.scene["key_shift"] for Shift
context.scene["key_alt"] for Alt
These custom properties will be deleted after the script execution stage.
Blender Asset Library Functionality
Optimize with OptiPloy
operator in Object > Optimize with OptiPloy
or by right-clicking an ID in the Outliner.General
Added checks to prevent the localization of bone shapes, unless referenced elsewhere
Re-release of OptiPloy, introducing better handling of assets, and more quality of life features