![]() |
#2
|
|||
|
|||
Hi,
I'm assuming by objects you mean all node3d objects? The following should return a list of all the current node3d objects in the world: Code:
n = viz._GlobalNodeList.values() |
|
|