Delete geometry through script

Started by Peticel, March 01, 2019, 01:36:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Peticel

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!