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

    C4D GUI ELEMENT ID'S EXTENSION MODULE

    Scheduled Pinned Locked Moved PYTHON Development
    1 Posts 0 Posters 319 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 27/05/2011 at 12:09, xxxxxxxx wrote:

      Because of the missing GUI ID's used for GeDialog.AddCustomGui(), here's a module providing all of them.
      They were copied from ResEdit. If you find an issue, please report it.
      Place the folder in your Cinema 4D Userfolder under "library\python\packages%osbuild%".
      On Windows this would be:
      "C:\Users%USER%\AppData\Roaming\MAXON%CINEAM4D%\library\python\packages%osbuild%".

      Or use my ImportPatch Plugin.

      After doing so, you can import those ID's using

      import gui_elements   
      for i in dir(gui_elements) :   
          print (str(i)+":").ljust(20) + str(gui_elements.__dict__[i])
      

      Download gui_elements

      Cheers, Niklas

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