Thanks Pete! Very useful!
It seems to return an Int when I do that.
Pete, a question regarding your control. Is there any way to get the float value from the spinner when you’re not asking it from a change handler? (w…
This solution works ok for when you have created the spline in the top viewport. YMMV when working with other cases. I just needed it to work for my c…
I just solved this one on Friday. I can send you my solution on Monday (your Sunday)
Why not just leave the trees as pflow? You can do everything you want model and material-wise as well inside pflow.
Thankyou very much for this post. To a self-taught coder, this stuff is gold.
hmm, right you are. no wonder they appeared the same! If I apply a normal map to both, they render different. I figured that was because of the mirr…
Right you are (as usual) This is not well documented – the page: “‘this’ Local Variable in Scripted Controllers” explains it but is almost impossible…
As a side question, why does it matter what the variable is called? I often found when I was learning scripting that each time I reached for the exec…
newVar = a + b
Try to avoid execute() if at all possible. The function you’re after is getNodeByName()