Releases: Fuggy/MotionBuilder-TakeManager
Releases · Fuggy/MotionBuilder-TakeManager
v1.3.3
v1.3.2
- Update list hack fix no longer triggers on each move since it can tank performance on larger files. It will now trigger once on save scene request.
- Fixed search bar being reset in certain edge cases.
- Some tasks were being repeated when they should only trigger once. Fixing this should improve performance a bit.
v1.3.1
v1.3.0
- Contains performance and speed improvements when moving multiple takes.
- The slowness was due to each selection would trigger an update on the whole take list order, when this could simply be done once at the end of the function.
- Fixed a minor bug when moving takes natively through MotionBuilder, the tool would not remember the take selection.
v1.2.3
- Fixed a major bug where moving takes using the tool did not properly update the actual take list order under the hood, causing the desired order to be reset when reopening the same scene.
- (The fix in actuality is a hacky one as a new take is created and deleted whenever you move takes now. Creating a new take is for some reason the solution for this weird bug...)
- Help button now auto adjusts its size to monitor display scale.