05-14-2008, 07:29 AM
Is there any way to have the value(width,length,height) of adaptive box size on specific frame(because everyframe, the adaptive box changes its size) (NOT ORIGINAL FumeFX box size) in maxscript?
Under QUICK REFERENCE of maxscript in the fumefx says -
Global Variables
----------------
int nx, ny, nz - dimensions of the adaptive area (in voxels)
It might work in the maxscript of fumefx, but its not going to work in original maxscript because I tried with Maxscript Listener.
ffbox = $FumeFX01
$FumeFX:FumeFX01 @ [0.000000,0.000000,0.000000]
ffbox.nx
-- Unknown property: "nx" in $FumeFX:FumeFX01 @ [0.000000,0.000000,0.000000]
Under QUICK REFERENCE of maxscript in the fumefx says -
Global Variables
----------------
int nx, ny, nz - dimensions of the adaptive area (in voxels)
It might work in the maxscript of fumefx, but its not going to work in original maxscript because I tried with Maxscript Listener.
ffbox = $FumeFX01
$FumeFX:FumeFX01 @ [0.000000,0.000000,0.000000]
ffbox.nx
-- Unknown property: "nx" in $FumeFX:FumeFX01 @ [0.000000,0.000000,0.000000]

