This is a paired release, the addon and board software must both be updated in order for this release to function properly. Please ensure you have updated and reset your board with the latest Pico files, and removed the old addon in Blender and installed the one included with this release!
If you have previously installed the BlenderMacroBoard addon with your current Blender version, then you do NOT need to 'Run as Administrator' to install. That is ONLY for first time installs.
There are a number of changes for this release:
- shortening the script function syntax:
run_script('Example.py')
has become
script('Example') - changed how rotation and its keyframing are handled, script now checks for object vs vertex, bone etc
- added properties: Direction, Axis, Value to addon to facilitate new rotation logic
- Addon has been refactored to install from Zip
- Page1 updated with new rotation and keyframing functions