Hi, is there a faster way to check 10000+ objects for some attributes?
Im making a tool that uses intersect_all()
I want to make a tool that looks at the objects and see if it is visible by the camera position.
And if it isnt, it can be delete the object ( not only the prims or points).
So what I did now is to give it a color promoteToDetail in a for each to MAX and promote it back down to have the object the max value.
But is there a better and quicker way if there are so much objects?
thnx