On 04/02/2014 at 15:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13,14,15
Platform: Windows ;
Language(s) : C++ ;
---------
Hi, I use some helper objects, I need them in the Object Manager, but they are totally unwanted in the viewport.
I can hide them from the viewport, and even protect them from animation using:
MyHelperObject->ChangeNBit(NBIT_EHIDE, NBITCONTROL_SET);
MyHelperObject->ChangeNBit(NBIT_PROTECTION, NBITCONTROL_SET);
But no matter what I do, rotation handles / move handles appear in the Viewport, when I select the helper object in the Object Manager.
I have tried this too:
MyHelperObject->ChangeNBit(NBIT_NOSELECT, NBITCONTROL_SET);
To no avail.. The stupid rotation handles still show up. How can I remove these from the surface of the earth, for ever, completely, to never be seen the next 1000 years?