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

    Colors in data field

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 370 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 05/01/2013 at 11:46, xxxxxxxx wrote:

      Hi 🙂
      is possible assign in python, a color in data field?

      i have seen this old plugin:
      http://www.cafedownloads.com/reviews/speedmud/index.html 
      but i don't know whether it was created in c++ or python

      Thanks 🙂

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 06/01/2013 at 06:17, xxxxxxxx wrote:

        What exactly do you mean with 'assign color in data field'? Like in this picture where
        x, y and z fields have different colors?

        -Nik

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 06/01/2013 at 07:12, xxxxxxxx wrote:

          for dialogs you can use

          GeDialog.SetDefaultColor( id ,  colorid ,  color )

          everything else is not possible in python (edit: or at least not officially documented,
          not sure what you can do when you mess arround with the description bcs).

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            On 06/01/2013 at 11:15, xxxxxxxx wrote:

            Originally posted by xxxxxxxx

            What exactly do you mean with 'assign color in data field'? Like in this picture where
            x, y and z fields have different colors?

            -Nik

            yes exactly 🙂

            Originally posted by xxxxxxxx

            for dialogs you can use

            GeDialog.SetDefaultColor( id ,  colorid ,  color )

            everything else is not possible in python (edit: or at least not officially documented,
            not sure what you can do when you mess arround with the description bcs).

            Ok, tanks 👍

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