• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PostSim doesn't work - FumeFX 4
#1
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.
Senior VFX Artist @ Foundry 42 UK
  Reply
#2
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
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)