Active Objects...

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/06/2003 at 07:48, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
When using doc->GetActiveObjects(selection, TRUE ); the children of the selected objects should actually also be added to the selection array, but they are not!
Or am I missing something?
Best
Samir

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/06/2003 at 10:45, xxxxxxxx wrote:

Only if they are selected. (I.e. if it's FALSE only the top-level red are added. Dark red are never added.)

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/06/2003 at 12:03, xxxxxxxx wrote:

Ah! Now I see the point. I thought if the parent is selected the children will be added automatically!
Thanks