It looks like these two nested loop call join
more often than necessary.
Ah I see, well either add this to the pull request description or just do the code change now already. Don't see much of a reason not to do it now already.
This should internally avoid to enter the same node group multiple times. For very large node trees, with lots of nesting that could be quite heavy.
Currently this uses the term group
and tree
. While we generally use those terms synonymously, it would be better to be consistent within a single function declaration.
For now it is implemented as
AngleRadian
to leave no doubt.
Don't have a very strong opinion, but I'm fine with AngleRadian
. Currently, I don't see a need for AngleDegree
so I'd just…
@erik85 While I'm not generally against deferring updates, it something that has to be done with great care because it's a bit against current principles of the RNA/Python API. In this specific…