Skip to content

Releases: Fuggy/MotionBuilder-TakeManager

v1.3.3

03 Jul 14:03

Choose a tag to compare

Reverted a small change on take rename as it was causing issues when renaming multiple takes

v1.3.2

03 Jul 12:22

Choose a tag to compare

  • 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

02 Jul 21:39

Choose a tag to compare

  • Fixed Unfreeze viewport causing RuntimeError: dictionary changed size during iteration

v1.3.0

02 Jul 20:43

Choose a tag to compare

  • 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

02 Jul 11:58

Choose a tag to compare

  • 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.

v1.2.2

01 Jul 09:05

Choose a tag to compare

  • Fixed bug where Ctrl+F did not take window focus into account.

v1.2.1

01 Jul 08:20
366d817

Choose a tag to compare

  • Added option to resize popup windows.
  • Fixed bug where popup windows did not auto adjust to user's monitor display scale.

v1.2.0

19 Jun 12:47
383edab

Choose a tag to compare

You can now search and highlight takes.

v1.0.1

12 Apr 15:38

Choose a tag to compare

Minor bug fixes

v1.0.0

24 Mar 09:19

Choose a tag to compare

Update pyproject.toml