Save at frame zero

2013-01-11 Thread olivier jeannel
Hey gang, Out of curiousity, is there a script somewhere that would replace the save button, and that would save scene but at frame zero ? I'm in a case where, if I forgot to switch an integer to 0 (before saving), then the icetree (crowdFX) is corrupted when opening scene. (I'm overiding

Re: Save at frame zero

2013-01-11 Thread Miquel Campos
Hello Olivier, It set frame to 0 and change to Default_Pass before save the scene. Just copy it to your plugins folder ;) You will see the new command in the File menu. Cheers, Miquel Miquel Campos www.akaosaru.com 2013/1/11 olivier

Re: Save at frame zero

2013-01-11 Thread Martin Chatterjee
Hi Olivier, this might also work via implementing *siOnBeginSceneSave *and * siOnBeginSceneSaveAs *events. That way you'd still be able to use the factory Save dialog as well as Ctrl-S... I haven't verified your specific case but I think this should work - worth giving it a shot! :) Cheers,

Re: Save at frame zero

2013-01-11 Thread olivier jeannel
Wow super ! 2 answers :) Thank you guys, should test it tomorrow or sunday ;) Le 11/01/2013 19:56, Miquel Campos a écrit : Hello Olivier, It set frame to 0 and change to Default_Pass before save the scene. Just copy it to your plugins folder ;) You will see the new command in the File