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).
On 28/06/2018 at 04:37, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Windows ; Language(s) : C++ ;
--------- Hi folks,
is it possible to hide an object returned in GVO from the viewport draw? I tried setting the following:
cube->ChangeNBit(NBIT_EHIDE,NBITCONTROL_SET);
to no avail.
WP.
On 29/06/2018 at 08:02, xxxxxxxx wrote:
Hi,
you can use SetEditorMode() and SetRenderMode() to switch visibility of a returned object.
On 30/06/2018 at 02:38, xxxxxxxx wrote:
Thanks Andreas,
that should do it!