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

    Dynamic Description Element AND Borderstyle

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 347 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 03/02/2017 at 12:33, xxxxxxxx wrote:

      Hi guys,

      I´m playing around with dynamic description elements in an objectdata and I wonder how to set borderstyles. Is it possible at all or are borderstyle flags designed just for GeDialogs?

      bc = c4d.GetCustomDataTypeDefault(c4d.DTYPE_GROUP)  
      bc[c4d.DESC_TITLEBAR] = False  
      bc[c4d.DESC_SHORT_NAME] = ""  
      bc[22] = columns  
      #bc[c4d.DESC_BORDERSTYLE] = c4d.BORDER_THIN_IN ???
      

      Thx and greetings
      rownn

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

        On 06/02/2017 at 02:52, xxxxxxxx wrote:

        Hi rownn,

        in descriptions there's nothing like border styles of groups (and to avoid confusion of future readers: there's no such thing as DESC_BORDERSTYLE). Border styles can only be used and influenced in GeDialogs. Sorry.

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

          On 06/02/2017 at 03:17, xxxxxxxx wrote:

          Pity! But thx for your reply.

          greetings
          rownn

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