07-08-2015, 11:32 AM
Hello,
You can do it like this:
proc ffx_mel_PostSim( string $node )
{
evalDeferred("pause -sec 10;fumeFXcmd -runSimulation 0 \"trunk_p2a_g1Shape1\";");
}
It will wait 10 seconds after it's done to allow first FumeFX to finish everything and then it'll start simming the other FumeFX.
I hope this helps.
Regards,
Kresimir Tkalcec
You can do it like this:
proc ffx_mel_PostSim( string $node )
{
evalDeferred("pause -sec 10;fumeFXcmd -runSimulation 0 \"trunk_p2a_g1Shape1\";");
}
It will wait 10 seconds after it's done to allow first FumeFX to finish everything and then it'll start simming the other FumeFX.
I hope this helps.
Regards,
Kresimir Tkalcec

