If a function (in an extension) is called for the same instance several time in the same frame would it be executed several time or just ounce (and its value memorized)?
Asking because if none of the parameter changes between the calls then it would be more efficient to put the value of the function call into a variable.
It would run each time and for each “picked” instance.
1 Like
thanks, that was an obvious question maybe. But I saw so much illogical behavior that I prefer to ask
1 Like