Printing the scene graph?

Hi,

Is there a way to “print” the scene graph? It’s because I got a lot of objet in my game (projectile, dummy node, models, etc…) and I’m trying my best to clean everything when it’s not used but I want to be sure that everything is really deleted so a print of the scene graph would be really useful. Any idea? :slight_smile:

Thanks

Jaff

It’s already there :

NodePath.ls()

Nice!

Thanks!

The Scene Graph Browser can do a pretty good job too, if you prefer it graphical.