director clean function

Can anyone tell me which objects the Clean() function would automatically remove, and the objects that need to be removed manually?

My assumption is that only display objects and display groups are removed automatically, and the rest manually.

[import]uid: 59249 topic_id: 33813 reply_id: 333813[/import]

As a rule, anything you put into the display group localGroup will be cleaned up by the scene manager. Anything you don’t put in there and needs removed, you would do in the clean function.
[import]uid: 199310 topic_id: 33813 reply_id: 134397[/import]

Thanks Rob. [import]uid: 59249 topic_id: 33813 reply_id: 134416[/import]

As a rule, anything you put into the display group localGroup will be cleaned up by the scene manager. Anything you don’t put in there and needs removed, you would do in the clean function.
[import]uid: 199310 topic_id: 33813 reply_id: 134397[/import]

Thanks Rob. [import]uid: 59249 topic_id: 33813 reply_id: 134416[/import]