Auto clear Reactor collisions data.
The script wanted in the forum.
Script
Clear Reactor Collisions Data
By Anubis · 2011-06-26
- Version
- 1.0
- Version requirement
- 3ds Max 2008 and higher (or with AVG in Max 9)
- Date updated
- 2011-06-26
- Votes
- 7
- Homepage
- http://project3d.narod.ru
Downloads
- clearreactorcollisionsdata.mcr — clearreactorcollisionsdata.mcr590 B
Description
Comments (12)
i need help with this collision thing
Fares · 2011-11-18
ok can anybody help in this file , i compressed it can you uncompress and tell me how to fix the size and memory problem ?!
thank you .
Attachments
- clng_curve.rar — clng_curve.rar482 KB
Hi Micheal
Anubis · 2011-11-19
I can not open the scene (in my Max 2009).
Here is 3 links that might helps thouch:
http://rangemotions.livejournal.com/9128.html
http://forums.cgarchitect.com/35748-max-file-grew-too-big-pls-help-2.htm…
http://forums.cgsociety.org/showthread.php?f=98&t=1005799
Anubis
Hello Anubis ,
Fares · 2012-01-18
sorry for the file ....... it`s a 2012 Version
and still no solution so far
3 links
Anubis · 2012-01-24
did you try the links i posted below?
Anubis · 2011-06-26
Hi crystal3d,
Yes, as Kostadin (Miauu) says - if you wish startup execution, then you need only the code inside the brackets and can comment out or delete the rest lines.
But if you need other automation like executing the script on each File Open/Merge, then just let me know. Cheers!
it was actually what i initially wished for but this quad menu
crystal3d · 2011-06-26
item is very usefull already...accompanied witht the start up execution, it s ACE!.
thanks, thanks million times for the dudes that contribute like you
Hello Anubis
Fares · 2011-11-18
You are very great guys , but can you give me a script for clearing collicions in every open/save , merge or save selected ?
i know i`m asking too much . but i`m suffering from spreading this collision data in my files .
i need to let you know^^
crystal3d · 2012-01-24
that it is much better to execture the script before every save and after every merge...
thank you
thanks for the info ;)
Anubis · 2012-01-24
if someone needs automation of this, can simply write a mini code for callbacks, like this:
callbacks.removeScripts id:#ReactorCleanup
-- as the script is installed as macros,
-- the next code is a quite enough
-- for the callback function
fncb_code = "macros.run \"Anubis Tools\" \"ClearReactorCollisionsData\""
-- register here all #events
-- on wich you like this macros to be triggered
callbacks.addScript #filePreSave fncb_code id:#ReactorCleanup
callbacks.addScript #filePostMerge fncb_code id:#ReactorCleanup
-- and put that script in your Scripts\Startup folder
-- thats it :)
miauu · 2011-06-26
Open the script in maxscript editor, comment lines 2, 3, 4, 5, 6(add a -- in start of each line), save file as .ms and put it in the startup folder.
just some clarifications..
crystal3d · 2011-06-26
Well , it s a macro script, more than i could wish for and i have it on the quad menu now, but how can i automatically execute it on start up, if it was an ms file , i would copy it onto "start up folder " of "scipts"
yes , i wanted it LOL
crystal3d · 2011-06-26
thank you anubis, i will evaluate it ASAP.