08-26-2008, 10:25 PM
Is there a script or plugin for Max that allows me to run the simulation and then render (based on my settings) directly after the simulation is done?
|
script/plugin to simulate then render?
|
|
08-26-2008, 10:25 PM
Is there a script or plugin for Max that allows me to run the simulation and then render (based on my settings) directly after the simulation is done?
08-26-2008, 11:09 PM
worldyum Wrote:Is there a script or plugin for Max that allows me to run the simulation and then render (based on my settings) directly after the simulation is done? backburner sim mode
08-27-2008, 04:52 AM
If you are using RPM you can easily set up a sim pass and a render pass that is dependent on the sim pass (I guess you have to be using deadline too, not backburner!)
In the Script section of RPM in the render pass I just add: for i in getclassinstances FumeFX do print i.BackBurnerSim=false and for the Sim pass I add: for i in getclassinstances FumeFX do print i.BackBurnerSim=true or you can turn them all off with the top script and individually turn them on by $MyFume.BackBurnerSim=true per sim pass (if you have multiple fumes)
Jordan Walsh
VFX Technical Director Showreel 2012 Check out my scripts on ScriptSpot!
08-27-2008, 06:24 PM
Here you go, wrote this a while back...
Sim and Render - copy folders/files to max root as you would with any other script. Grab a button/shortcut/whatever from customize dialog (under main ui>FumeFlow category) Just make sure you are writing your renders to an empty folder or else you will receive a "File Overwrite" confirmation dialog box that will stop the script.
blower of smoke ..ooOO
|