denisT: no. i was not a good idea And this? ( st = timestamp(); sh = heapfree objs = objects as array for k = 2 to objs.count do refs.Depend…
I don’t find it too useful as most of the times I need to work with arrays and case sensitive information, so getNodeByName() is a faster and more fle…
Isn’t the convertion to array what makes the difference? ( delete objects gc() a = undefined it = 100 for j = 1 to 10000 do plane lengthsegs:1 w…
Including me. denisT: if anyone is interested i can explain why this difference is so big I am interested
Not if there are Helpers, Lights, etc. with the same name. Not if there are more than 1 node with the same name. Not if there are no nodes with that …
Another thing to consider, if only you will be creating/deleting these nodes, you could store them in a local array and just delete those when needed….
If you are looking for performance then the following code may perform much better in general situations. Just try them and see what fits better for y…
Try: for obj in geometry [B]as array[/B] do
The biggest problem in performance is not in the method or language you use, but in the hardware. things like access time, random access time, cache, …
A word for other developers reading this: To be clear, from the last 4 options I mentioned, which one would you pick up? It is obvious that most deve…
No, I never mentioned that option and, unless you are creating a free or open source project, I think you should put some protection to it. But you n…
If you are planning to use the MAC address to make sure that your software will run in just 1 machine, then I would consider a few things: 1. Any sor…
Is this for software protection or to be used in a controlled environment?
Try “on attachedToNode” event. Hazarada: Another problem is that when I try to unregister in the “on deleted” handler, it doesn’t work and the…
There is no need to change the subobject mode, just the selected faces, so there is no panel flickering. The only issue it has is that it cast a sele…