hannes603 1 Posted February 24 Hi Guys, i am new to houdini and i have a hard time to get there, especially when it comes to scripting. I found this point infection script online and i alreay use it for a project, and it works fine. The only problem is, that i dont really fully understood, why this is resulting in an point infection.. The point function is just reading the infection attribute per each point in that array right ? I would like to know , which line of code makes it actually 'grow' here? Thank you! pointinfect.hipnc Share this post Link to post Share on other sites
Atom 1,489 Posted February 24 (edited) Dive inside the solver1 node by double clicking on it. Line #14 of attributewrangle3. The += causes the growth. Edited February 24 by Atom Share this post Link to post Share on other sites