![]() |
|
How to add an object to ObjectSource with 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: How to add an object to ObjectSource with MaxScript? (/showthread.php?tid=2016) |
How to add an object to ObjectSource with MaxScript? - LuisT - 10-06-2019 I can't figure out how to add an object to source with MaxScript. I don't know how to use this line from docs: AddObject node Can someone show me a good example how you can type it into a script? true.AddObject.$rock_07 node I've been trying it like this without success thanks in advance Re: How to add an object to ObjectSource with MaxScript? - sitnisati - 10-09-2019 Hello, As an example, the syntax with ObjectSource selected would be: $.AddObject $Sphere001 Re: How to add an object to ObjectSource with MaxScript? - LuisT - 10-09-2019 Thanks |