On 07/11/2017 at 00:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have to parse the document's hierarchy in order to do an operation in every non-control objects.
I need to ignore control objects such as children of cloners and arrays.
The problem is that GetBit(BIT_CONTROLOBJECT) returns true even for Null objects (non-control objects).
Since, they are not part of any array or cloner, shouldn't they return false in GetBit(BIT_CONTROLOBJECT) ?
Thank you.