![]() |
|
Afterburn Mascript methods usage - Printable Version +- Sitni Sati Forums (https://forum.afterworks.com) +-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4) +--- Forum: AfterBurn (https://forum.afterworks.com/forumdisplay.php?fid=9) +--- Thread: Afterburn Mascript methods usage (/showthread.php?tid=1132) |
Afterburn Mascript methods usage - jstrob2 - 03-05-2011 Hi, I don't use maxscript often. I would like to see some example of how to use the methods described in the doc: for example how do we use these ones: AddPartsDaemon particle_daemon LoadPreset filename what does the "" means? if I have an aburn effect called "Aburn001" and a pflow node called "PfCloud" how do I add my PfCloud as a particles source in my Abburn001 effect? For the presets I tried like in fume fx, something like: $AfterBurnNuages002.LoadPreset "nuages" but I get "-- Unknown property: "LoadPreset" in undefined" Would be great if the Afterburn actions could appear in the maxscript recorder, that way less technical people like me could use those method more easily... Thanks in advance! Re: Afterburn Mascript methods usage - sitnisati - 03-08-2011 Hello, To see what is supported you use showinterfaces from MXS. showinterfaces AfterBurn Later, you use; atm=getAtmospheric(1) atm.AddLight $Omni01 etc.. Kresimir |