Skip to content

Performance and new features

Compare
Choose a tag to compare
@ScottishCyclops ScottishCyclops released this 07 Jun 23:46
· 13 commits to master since this release

Additions

In this new version were added the following features:

  • Minimum: allows to set a minimum value for the generated tension values
  • Maximum: allows to set a maximum value for the generated tension values
  • Enable vertex colors: allows for the disabling of vertex colors generation

Changes

Theses changes were made:

  • Improved performance of the tension computation by over 10% (calculated from playback framerate)
  • By default, the vertex color generation is disabled to improve performance
  • Tension is updated as you change the properties (multiplier, minimum, etc.) and enable it on a new object
  • Multiplier cannot be a negative value anymore (it was essentially useless)

Work in progress

I am trying to implement a way to choose which modifiers are used in the computation.
However I am running into a bit of a problem.
Here is the post I made about it if you care to help: https://devtalk.blender.org/t/adding-properties-to-modifiers/7803