• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there any way to have the value of adaptive grid size?
#2
No, it only works from within FumeFX.
You don't have to resim, you can use the postload() callback in Fume and get those while making a preview or rendering.

fn postload = (
--nx, ny and nz are now defined by fumefx
messagebox (nx as string + ", " + ny as string + ", " + nz as string)
)
  Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)