Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Draw bug with Outlines

    Scheduled Pinned Locked Moved Bugs
    1 Posts 0 Posters 381 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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 True  
      

      Here 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" /_>_

      1 Reply Last reply Reply Quote 0
      • First post
        Last post