05-15-2008, 05:09 AM
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)
)
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)
)
