github keenanwoodall/Deform v1.1.0
1.1.0

latest releases: v1.2.1, v1.1.1
4 years ago

Changes

  • Added WIP "Bounded Bend Deformer" which limits bending within a bounding box
  • Added WIP "Elastic Deformable" which moves vertices towards their target positions on a spring instead of instantly
  • Added new "WIP" category for all the WIP deformers
  • Exposed original/dynamic mesh data
  • Removed unnecessary package.json files
  • Changed how the UpdateMode property behaves
    Setting it to "Auto" will register the Deformable with the default manager
    Setting it to "Stop" will complete current jobs and then reset the data
    Setting it to "Custom" will unregister it from the manager to allow you to update it yourself and then it will complete its current jobs
  • TransformDeformer implements IFactor

Fixes

  • Fixed bug where an error was thrown and deformers were not loaded into the Creator Window
  • Fixed issue where Deformables were undeformed on the first frame
  • Calling ChangeMesh on a Deformable completes the deformables jobs before changing the mesh

Don't miss a new Deform release

NewReleases is sending notifications on new releases.