Skip to content

0.3.2

Choose a tag to compare

@duburcqa duburcqa released this 29 Aug 07:40
· 158 commits to main since this release
fbd64a6

This minor release fixes a few additional regressions and initiates migration to our own open-source fork of Taichi, GsTaichi (contributions are welcome!).

Behavior Changing

  • Disable decimation if deemed unnecessary and unreliable. Reduce default aggressiveness. (@duburcqa) (#1644)
  • Fix primitive and mesh's COM. (@YilingQiao) (#1638)

New Features

  • Add 'set_dofs_frictionloss' method for dynamic joint friction control. (@LeonLiu4) (#1614)
  • Add initial experimental support of gstaichi fast cache feature. (@hughperkins) (#1631)
  • Add 'ref' optional argument to 'get_links_pos'. (@YilingQiao) (#1638)

Bug Fixes

Miscellaneous