Releases: festivities/Flow
Releases · festivities/Flow
Release list
v1.4.1
- Fixed selection-order tracking crashing on Blender 4.4 and 4.5.
PoseBone.selectonly exists in Blender 5.0+, so on 4.x the depsgraph handler threwAttributeErroron every update while in Pose Mode, flooding the console (reported by leonfade82-droid).
v1.4.0
- Delay is now a percentage of one wave cycle instead of a frame offset. It sets the lag between the ends of the chain and no longer depends on Frequency, Speed, scene frame rate or chain length, so you can dial in a frequency without re-tuning delay. Delay 50% means the trailing bone is half a cycle behind the leading one. Applies to both the Main and Sub Axis Delay
- Fixed Random Seed never actually being applied to new chains
v1.3.3
- Fixed
Bake to Keyframesdestroying keyframes outside the bake range
v1.3.2
- Fixed
Bake to New Actionmaking a new action for each bone selected. It should only make a new action once for the entire bake.
v1.3.1
- Fixed visualizer taking Y-Axis Roll into account wrongly
v1.3.0
- Fixed Flow not applying sway to linked armatures
v1.2.5
- Optimized how the tracking of order works when selecting chains
v1.2.0
- Added checkbox option to reverse delay direction. New default direction is the reverse. This new option needs to be ticked to achieve old delay behavior prior to this release.
- Changed presets system so presets persist after extension is updated or deleted
- Changed parameter ranges for easier animating. Offset control now has a range of -1000 to 1000 instead of -100 to 100 for example.
- Starting with this version, releases will now be built with
blender --command extension build