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 25/02/2017 at 22:09, xxxxxxxx wrote:
User Information: Cinema 4D Version: R17.055 Platform: Windows ; Language(s) : PYTHON ;
--------- Hi,guys.
Is there any way to hide the rectangle of TP?(See screenshot below)
_<_img src="http://www.c4dcafe.com/ipb/uploads/monthly_2017_02/rectangle.png.5f7cb55ecb33400316b3415a089440fc.png" height="245" width="305" border="0" /_>_
Thank you very much!
On 27/02/2017 at 02:06, xxxxxxxx wrote:
Hi,
It's not possible to only disable an emitter's rectangle in the view. But you can change the display filter to not draw particle emitters (Menu Display->Particle).
With the API you can setup this with BaseDraw.GetDisplayFilter() and changing its BASEDRAW_DISPLAYFILTER_PARTICLE parameter. See Manual BaseDraw Properties for some C++ example code.
On 27/02/2017 at 09:35, xxxxxxxx wrote:
Hi,Yannick. Thank you very much!