IRID Studio co-founder.
BUY TREEZY!
https://blendermarket.com/creators/irid/?ref=1272
I believe you could improve performance, specially when dealing with huge amounts of objects, by using foreach_get and foreach_set. Python loops and object name lookups can be a big bottleneck.
I believe you could improve performance, specially when dealing with huge amounts of objects, by using foreach_get and foreach_set. Python loops and object name lookups can be a big bottleneck.