12-03-2010, 04:13 AM
We've run into a problem implementing the SL licences on our render farm. The first being that we can't seem to find a manual or help file for fumeFXwith our installation. Is there a download available?
The more specific problem is that when I attempt to run a simulation from the command line it simulates only frames 0-100 regardless of the frame range in the FumeFX GUI when I create the scene file.
When I use the script
for o in geometry do(
if (classof o.baseObject == FumeFX) then (
--o.baseObject.selectedcache=0
o.baseObject.runsimulation 0
)
)
quitMax #noPrompt
to run the sim it sims the first hundred frames and then sims the set frame range.
Not sure what to do at this point.
Any ideas?
The more specific problem is that when I attempt to run a simulation from the command line it simulates only frames 0-100 regardless of the frame range in the FumeFX GUI when I create the scene file.
When I use the script
for o in geometry do(
if (classof o.baseObject == FumeFX) then (
--o.baseObject.selectedcache=0
o.baseObject.runsimulation 0
)
)
quitMax #noPrompt
to run the sim it sims the first hundred frames and then sims the set frame range.
Not sure what to do at this point.
Any ideas?

