Sitni Sati Forums
get fxd dimentions via maxscript? - Printable Version

+- Sitni Sati Forums (https://forum.afterworks.com)
+-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4)
+--- Forum: FumeFX [max] (https://forum.afterworks.com/forumdisplay.php?fid=8)
+--- Thread: get fxd dimentions via maxscript? (/showthread.php?tid=1179)



get fxd dimentions via maxscript? - Jordan - 05-26-2011

Is there a way to query a fxd or fdc file to find out what grid size/ frame number or any (or all) other information that it contains via maxscript?


Re: get fxd dimentions via maxscript? - sitnisati - 05-30-2011

There is none, but I have added this on a TODO list as this is not the first such request.

Thanks !

Kresimir


Re: get fxd dimentions via maxscript? - FabianB - 05-30-2011

I managed to get this working in my script. Even though it's not really elegant. :S
I use a temp grid to load in the file with the #match parameter set, after that I read the spacing, width, length and height from that grid.


Re: get fxd dimentions via maxscript? - sitnisati - 05-31-2011

Nice workaround Fabian.
I will try to make this easier with one FumeFX MXS function call.