09-06-2010, 07:21 PM
Something strange happening with the preview window when I create a grid through maxscript.
I simulate the grid with the preview window open it updates as it should, ie the preview is showing the simulation as it progresses. When the sim is stop or finished the preview window retains the last frame, when I scrub it seems to loose connection with the sim data, ie it says "Frame Missing".
If I create an animation preview the resulting avi is correct.
If I render the render is correct.
For some reason the preview window is loosing the path to the sim data?
Here is the snippet I am using, there are no call to paths/gridtype ect.:
This works just fine in version 1.x
Any Ideas?
I simulate the grid with the preview window open it updates as it should, ie the preview is showing the simulation as it progresses. When the sim is stop or finished the preview window retains the last frame, when I scrub it seems to loose connection with the sim data, ie it says "Frame Missing".
If I create an animation preview the resulting avi is correct.
If I render the render is correct.
For some reason the preview window is loosing the path to the sim data?
Here is the snippet I am using, there are no call to paths/gridtype ect.:
Code:
FumeFX pos:[0,0,0] isSelected:on width:100 length:100 height:100 gridSpacing:1.0 \--Create the Basic Simulation Grid
SolverQuality:4 \--Add more Fume Properties to this list.
MaximumIterations:100 \
SimulationSteps:1 \
MaximumStride:0.5 \
TimeScale:1.0 \
Gravity:1.0 \
Buoyancy:1.0 \
Vorticity:0.5 \
XAxisTurbulence:0.0 \
YAxisTurbulence:0.0 \
ZAxisTurbulence:0.0 \
TurbulenceScale:20.0 \
TurbulenceDetail:1.0 \
TurbulenceSpeed:10.0
This works just fine in version 1.x
Any Ideas?
blower of smoke ..ooOO