How to delete or remove instances or objects made by the Object Instancer? #1969
Unanswered
Kimerabubble
asked this question in
Q&A
Replies: 1 comment 5 replies
-
If they are still linked to the Object Instancer node, then it is not safe to remove them dynamically, so I guess the safest way is to store whatever information you need, like their transformations, cull the ones you want to remove, then change the instancer count to match the new count after culling, set the information to the objects again. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
I have many projects in which i use the Object Instancer to make instances. It uses a source object that interacts with physics and simulation.
After some thousands of frames i have too many instances and to improve the performance i'd like to delete the created instances (obviously with some logic like FIFO, First In First Out) but there is no Delete Instance or Delete Object or "Remove Instance" or similar nodes in Animation Nodes, is it true?
How can do this operation to increase the performances?
I already know that the new instances are put in this collection
Thank you all in advance!
Andrea.
Beta Was this translation helpful? Give feedback.
All reactions