How Can We Help?

Removing auto applied retainers in 3dsmax

You are here:
< Back to Wiki

post_scripts

If you’ve ever experienced a major slow down in your max files ???

Take a look at this along with a solution.

[sourcecode language=”plain”]
t=trackviewnodes;
n=t[#Retimer_Manager];
deleteTrackViewController t n.controller;
gc()
[/sourcecode]

If you have hundreds or even thousands of Retimers in your scene file that becomes unmanageable, this post shows a couple of approaches for cleaning them out using MAXScript.

http://area.autodesk.com/blogs/maxstation/n170-filebloat-removing-lots-of-empty-retimers

Leave a Reply

Table of Contents