Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    Howto add a Field input to a python plugin

    Cinema 4D SDK
    python r19 r20 r21
    2
    3
    531
    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.
    • P
      pyr
      last edited by

      i need the ressource syntax to add a field field to my interface.

      1 Reply Last reply Reply Quote 0
      • S
        s_bach
        last edited by

        Hello,

        as always, please use the Q&A system to mark your post as a question.

        Do you mean a FieldList parameter in the description of a NodeData based plugin? The resource type is "FIELDLIST".

        FIELDLIST EXAMPLE_FIELDLIST_PARAM {}

        You find an example in the \resource\modules\objects\description\ofalloff_panel.res file.

        best wishes,
        Sebastian

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 1
        • P
          pyr
          last edited by

          @s_bach said in Howto add a Field input to a python plugin:

          FIELDLIST

          works fine - i think i got an strange error before and trying CUSTOMFIELDLIST etc.

          solved

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