Sitni Sati Forums
PostSim doesn't work - FumeFX 4 - Printable Version

+- Sitni Sati Forums (https://forum.afterworks.com)
+-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4)
+--- Forum: FumeFX [max] (https://forum.afterworks.com/forumdisplay.php?fid=8)
+--- Thread: PostSim doesn't work - FumeFX 4 (/showthread.php?tid=1861)



PostSim doesn't work - FumeFX 4 - mpiatek - 05-03-2018

Hello, I am trying to make a simple maxscript which would launch wavelet simulation after the default sim is done. I figured I could use PostSim event to launch Wavelet sim. Unfortunately, it seems that PostSim does't work? Simply printing messages from PostStep work properly but I can't get any code running from within PostSim function. Am I missing anything?

This is my debug code for checking if PostSim works:
Code:
fn PostSim = (
    print "PostSim"
)

But like I mentioned earlier, I am not getting any results.


Re: PostSim doesn't work - FumeFX 4 - sitnisati - 05-07-2018

Hello,

Thank you forthe report - we're investigating why PostSim and other calls are not working.

In the meantime you could create script such as:
$.SimMode = 0
$.RunSimulation(0)
$.RunSimulation(2)

Hope this helps.

Regards,
Kresimir Tkalcec