• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can maxscript copy post script to the fumefx script?
#4
Maybe I'm missing the point here, but...

Open FumeFX mxs window from the FumeFX floater and copy your code inside the poststep function:

fn poststep = (
-- your code --
-- you can access all global variables and functions from here too...
)

or you can define functions and call them later from within callbacks...

fn myfn = ( some code )
fn poststep = (
myfn()
)

Vjeko
  Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)