Protect child Objects

On 17/04/2013 at 15:08, xxxxxxxx wrote:

Is there a way to protect and hide children of an object ? I need a way that other can use it with interface but don't see the structure and child's

Thanks

On 17/04/2013 at 15:21, xxxxxxxx wrote:

you can hide a GeListNode from the users view in the object manager and material
manager with the nbit flag nbit_ohide.

On 17/04/2013 at 20:58, xxxxxxxx wrote:

https://github.com/NiklasRosenstein/c4dpl-container-object

Uses what littledevil described. The objects can still be retrieved using eg Python, simply unhiding them.

Best,
-Niklas