Vray 2.1 Seems to be saving the proxy within the max file.
Since moving to 2.1 it seems that when you create a Vray proxy it saves the actual proxy in the max file as the max should be tiny once the proxy is created…but it’s huge!!
yes we had some kind of same problem, and savetime took ages.
it’s because max is creating nodes and duplicate everytime you save, so each time it’s dubling the save time and the saved file
here is the script to get rid of it :
while (numNoteTRacks TrackViewNodes.Max_MotionClip_Manager > 0) do deleteNoteTrack TrackViewNodes.Max_MotionClip_Manager (getNoteTrack TrackViewNodes.Max_MotionClip_Manager 1)
When you will lunch that script, it can take some time to delete everything so be patient, after that it should be fine again. well if it’s the same problem that what we had at least.
I copied the code into a text file & changed the extension to .ms
Nothing seemed to happen when I ran it though??? Did I create the maxscript file properly.[sorry I am clueless when it come to scripting]
I am also running 64bit max …does that matter??
It really does sound like the same problem so I am sure the code will fix it???