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

    Get and Set any parameter with Tag

    Cinema 4D SDK
    2023 2024 2025 python
    2
    3
    366
    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.
    • gheyretG
      gheyret
      last edited by

      Hi, everyone!

      I'm looking for a way to get and set parameters from anywhere by dragging and dropping, just like GSG's Signal tag plugin does.

      I checked a lot of forum posts and saw that python doesn't support to do that.
      I came up with GeUserArea, but GeUserArea can only be used in GeDialog.
      I also wondered if I could use CustomDataType to create a drag-and-drop operation that accepts parameters, but it doesn't seem possible to create CustomDataType in python.

      I don't know if there's another or similar way to do that.

      www.boghma.com

      i_mazlovI 1 Reply Last reply Reply Quote 0
      • i_mazlovI
        i_mazlov @gheyret
        last edited by

        Hi @gheyret,

        For such complex drag-n-drop scenarios you're welcome to use our C++ SDK (check the DragAndDrop class), as Python SDK is usually pretty limiting for the drag-n-drop use cases.

        You could potentially try to work around this using MultilineEditText, which parses the attributes that were dragged onto it, but I'm afraid this is not what you're looking for after all.

        Cheers,
        Ilia

        MAXON SDK Specialist
        developers.maxon.net

        gheyretG 1 Reply Last reply Reply Quote 0
        • gheyretG
          gheyret @i_mazlov
          last edited by

          Hi @i_mazlov
          I can't use C++ at the moment, so I thought I'd try MultilineEditText for my purposes.
          I looked for This post in the forum and now I have some ideas.
          Thank you for your reply!

          Cheers~

          www.boghma.com

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