Chaos Corona Forum

General Category => General CG Discussion => Topic started by: serch on 2016-06-04, 23:04:03

Title: Clean up a file
Post by: serch on 2016-06-04, 23:04:03
Hi guys, I like to start a little discussion

What it's the best way to cleanup a max file?
I use a cleaner script from scriptspot but I don't know if is the best way.

Someone have a better way or technique, mind to share :)



Title: Re: Clean up a file
Post by: Frood on 2016-06-06, 10:06:56
Which cleaner script do you use? I did some research quite a time ago and ended up with "the" cleaner script:

http://www.scriptspot.com/3ds-max/scripts/cleaner

Would also be interested in any reasonable alternative to compare.

But the imho best method to "clean" a scene (if it´s only about objects) is still:

- save out selected what you really need
- merge into a new scene


Good Luck!

Title: Re: Clean up a file
Post by: shadowman on 2016-06-06, 10:29:23
I use "3dwannab-CleanUp.mcr" also..
Found it somewhere here http://www.scriptspot.com/forums/3ds-max/scripts-wanted/clean-bloated-max-file
Helps me alot!
Title: Re: Clean up a file
Post by: maru on 2016-06-06, 17:36:57
I sometimes use this, although it's probably included in the cleaner script:

t=trackviewnodes;
n=t[#MaxMotionClipManager];
deleteTrackViewController t n.controller;
gc()
Title: Re: Clean up a file
Post by: serch on 2016-06-06, 20:29:40
Which cleaner script do you use? I did some research quite a time ago and ended up with "the" cleaner script:

http://www.scriptspot.com/3ds-max/scripts/cleaner

Would also be interested in any reasonable alternative to compare.

But the imho best method to "clean" a scene (if it´s only about objects) is still:

- save out selected what you really need
- merge into a new scene


Good Luck!

I use this one, when I was searching for a cleaner tool this one was the most popular.

I use "3dwannab-CleanUp.mcr" also..
Found it somewhere here http://www.scriptspot.com/forums/3ds-max/scripts-wanted/clean-bloated-max-file
Helps me alot!

I will give it a try, thanks!

I sometimes use this, although it's probably included in the cleaner script:

t=trackviewnodes;
n=t[#MaxMotionClipManager];
deleteTrackViewController t n.controller;
gc()

Sometimes simple could be better will give it try, thanks