Hi.
Is it possible to delete only parts of a scene using a script? I'm trying to delete all hidden geometry.
I had no luck with clearGeometry(...) as that deletes everything regardless if it is locked or not.
removeModelSet(...) says that the scene node is not a model set
Thank you!