Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/05/2010 at 10:32, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Language(s) :
--------- Hi – I'm new to the COFFEE scene...
is there a command to insert an object into the top level of the Object Manager? I've come across InsertUnder(), but I don't want to insert my object under a parent, I want it in the top level of the Object Manager...
On 27/05/2010 at 11:09, xxxxxxxx wrote:
Just do:
doc->InsertObject(op);
That will insert 'op' at the top of the hierarchy.
On 27/05/2010 at 12:17, xxxxxxxx wrote:
Thanks Spedler... got it working