Notifications
Clear all
[Closed] Script that cleans the motion mixer
Jan 25, 2015 5:49 pm
Hi, on other forums i have seen people mention a script that removes motion mixer tracks when your max file is bloated but i cant find the script anywhere. the one on the autodesk site that they have provided to fix the issue contains this
for i = 1 to theMixer.nummaxMixers() do
(
theMixer.removemaxMixer 1 false 1
)
But this doesnt seem to remove the biped tracks in my test model
Is anyone aware of a script or snippet to help me?
Thanks
Jack
2 Replies
Jan 25, 2015 5:49 pm
Try this one as well, it fixed the motion clip overflow bug:
trackViewNodes[#Max_MotionClip_Manager].track = copy trackViewNodes[#Max_MotionClip_Manager].track
gc()
Jan 25, 2015 5:49 pm
THank you IO.You are the best . after using the script I creted New file by Keeping the objects .It worked perfect .Thank you .Cheers.