Author Topic: Clean up a file  (Read 10254 times)

2016-06-04, 23:04:03

serch

  • Active Users
  • **
  • Posts: 39
    • View Profile
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 :)




2016-06-06, 10:06:56
Reply #1

Frood

  • Active Users
  • **
  • Posts: 1922
    • View Profile
    • Rakete GmbH
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!

Never underestimate the power of a well placed level one spell.

2016-06-06, 10:29:23
Reply #2

shadowman

  • Active Users
  • **
  • Posts: 105
    • View Profile
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!

2016-06-06, 17:36:57
Reply #3

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 12768
  • Marcin
    • View Profile
I sometimes use this, although it's probably included in the cleaner script:

t=trackviewnodes;
n=t[#MaxMotionClipManager];
deleteTrackViewController t n.controller;
gc()
Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2016-06-06, 20:29:40
Reply #4

serch

  • Active Users
  • **
  • Posts: 39
    • View Profile
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