• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can maxscript copy post script to the fumefx script?
#1
Hi all,
If I write a poststep script for fumefx in original maxscript window and the maxscript itself possible to copy the function and everything to maxscript in fumefx?
  Reply
#2
did you try it ? :?
<!-- w --><a class="postlink" href="http://www.cgfluids.com">http://www.cgfluids.com</a><!-- w -->
  Reply
#3
Hi, I was trying to do but could not find function that I can access through the maxscript in fumefx.. Sad
  Reply
#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
#5
I think he wants to create a maxscript that would apply specific sets of code to fumefx... quick example: let's say for instance I want to create a GUI with some presets of fume scripts, and I want this script (done through maxscript) to apply my code to fume when I press the "Apply Code to Fume" button. I select a script / preset in my self made GUI and when I say apply, it should show up in fume... is this possible?
  Reply
#6
I don't think that would be possible...
You could change the default script by editing the "simulation script template.txt" file in FumeFX folder, if that is of any use.
Vjeko
  Reply
#7
Yeah. what Solitude said is exactly what I wanted..
Hmm, so, thats not possible..
Thanks for replying. Big Grin
  Reply
#8
Solitude Wrote:I think he wants to create a maxscript that would apply specific sets of code to fumefx... quick example: let's say for instance I want to create a GUI with some presets of fume scripts, and I want this script (done through maxscript) to apply my code to fume when I press the "Apply Code to Fume" button. I select a script / preset in my self made GUI and when I say apply, it should show up in fume... is this possible?


I have add this to the wishlist for FumeFX 1.2

Thank you.

Kresimir
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)