The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Draw bug with Outlines
-
On 28/01/2014 at 12:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Windows ;
Language(s) :---------
Hello,I am making a tag plugin in Python and noticed a display glitch with the Draw() method.
When I draw a blue point and highlight it with the mouse, the point become white.
This problem appear only with the Outlines highlight mode enabled in the view parameters.
def Draw(self, tag, op, bd, bh) : bd.SetPointSize(100) bd.DrawPoints([Vector(), Vector(50), Vector(100)], [0,0,1, 0,0,.5, 1,0,0], 3) return TrueHere is a screenshot, you can see it bug only when there is blue in the color :
_<_img src="http://vonc.fr/temp/fc4d/bleublanc.jpg" border="0" /_>_