07-20-2010, 08:35 PM
this might be a bit minor but maybe this works on
I found that runsimulation(0) triggers a system exception unless the fume edit ui is on first.
If I open a file, and run mxs cmd runsimulation(0) a system exception occurs and max crashes,
the mxs cmd "myFumeObj.EditUI = on" doesnt work.
If I open the cmd pannel by clicking on it, then running the sim maxscript command a simulation successfully triggers.
open a max file
FumeGridObj.runsimulation(0)
causes a system exception
open a maxfile
FumeGridObj.editUI = on
FumeGridObj.runsimulation(0)
causes a system exception
open a maxfile
clicking the fume grid and manually opening the fume window
FumeGridObj.runsimulation(0)
runs a successful simulation
I'm going to keep on pokeing around and see if I can get a workaround going. Thx.
thanks
I found that runsimulation(0) triggers a system exception unless the fume edit ui is on first.
If I open a file, and run mxs cmd runsimulation(0) a system exception occurs and max crashes,
the mxs cmd "myFumeObj.EditUI = on" doesnt work.
If I open the cmd pannel by clicking on it, then running the sim maxscript command a simulation successfully triggers.
open a max file
FumeGridObj.runsimulation(0)
causes a system exception
open a maxfile
FumeGridObj.editUI = on
FumeGridObj.runsimulation(0)
causes a system exception
open a maxfile
clicking the fume grid and manually opening the fume window
FumeGridObj.runsimulation(0)
runs a successful simulation
I'm going to keep on pokeing around and see if I can get a workaround going. Thx.
thanks