![]() |
|
Helpfile Maxscript Example Corrections - 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: Helpfile Maxscript Example Corrections (/showthread.php?tid=843) |
Helpfile Maxscript Example Corrections - Galagast - 07-04-2009 I noticed two examples from the help file which were not working when used. Here are my fixed recommendations.. EXAMPLE: FumeFX MAXScript Functions for Accessing the Simulation Code: fn PostObjects = (FIX: Code: fn PostObjects =-------------------------------------------------------------------------------------- EXAMPLE: More Channel Functions Code: fn PostLoad = (FIX: Code: fn PostLoad =I also changed the recommended code format as it is more maxscript-centric.
Re: Helpfile Maxscript Example Corrections - sitnisati - 07-08-2009 Hello ! Thank you for your corrections. I will added them to the help file right away. Feel free to post if you find anything else. Kresimir Re: Helpfile Maxscript Example Corrections - Galagast - 07-10-2009 thanks Kresmir I also noticed that the built in global variables are not documented in the helpfile: Code: node ffx - current FumeFX node |