Notifications
Clear all

[Closed] deleting all tracks from cs motion mixer

i want to delete every animation and every track from the motion mixer,
without having to open the dialog. ( because it won’t open)
Is this possible?

http://forums.cgsociety.org/showthread.php?f=6&t=859753
this script did not work because the ref files arent there anymore—————
for i = 1 to theMixer.numMaxMixers() do
(
theMixer.removeMaxMixer 1 false 1

)
———–