Skip to content

Releases: festivities/Flow

v1.4.1

Choose a tag to compare

@festivities festivities released this 20 Aug 15:20
ad03a3e
  • Fixed selection-order tracking crashing on Blender 4.4 and 4.5. PoseBone.select only exists in Blender 5.0+, so on 4.x the depsgraph handler threw AttributeError on every update while in Pose Mode, flooding the console (reported by leonfade82-droid).

v1.4.0

Choose a tag to compare

@festivities festivities released this 06 Aug 06:55
a93a3ba
  • 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

Choose a tag to compare

@festivities festivities released this 26 Jul 14:28
1b7240f
  • Fixed Bake to Keyframes destroying keyframes outside the bake range

v1.3.2

Choose a tag to compare

@festivities festivities released this 16 May 15:55
29e264b
  • Fixed Bake to New Action making a new action for each bone selected. It should only make a new action once for the entire bake.

v1.3.1

Choose a tag to compare

@festivities festivities released this 15 May 20:36
7405935
  • Fixed visualizer taking Y-Axis Roll into account wrongly

v1.3.0

Choose a tag to compare

@festivities festivities released this 14 May 13:39
4069211
  • Fixed Flow not applying sway to linked armatures

v1.2.5

Choose a tag to compare

@festivities festivities released this 12 May 15:48
d895706
  • Optimized how the tracking of order works when selecting chains

v1.2.0

Choose a tag to compare

@festivities festivities released this 09 May 12:03
ce1d3a9
  • 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

v1.0.0

Choose a tag to compare

@festivities festivities released this 08 May 18:06
fd0ee5b
  • Initial release