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
    • Register
    • Login

    Is there a Resource Editor for Version 23

    Cinema 4D SDK
    r23
    3
    5
    762
    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.
    • ThomasBT
      ThomasB
      last edited by r_gigante

      Hi guys,
      I am pretty new to coding but I want to learn a bit of Plugin Programming in Cinema 4D. I have basic knowledge of the Api and some experience in scripting with python.in C4D.
      But I ask you guys if there is a resource editor for R23. The one which is downloadable doesn´t work with R23???

      Sincerely Thomas

      Thanks,
      T.S.B

      1 Reply Last reply Reply Quote 0
      • r_giganteR
        r_gigante
        last edited by

        Hi Thomas, I'm sad to confirm that at the moment there is no updated version of ResEdit for R23.

        Cheers, Riccardo

        1 Reply Last reply Reply Quote 0
        • ThomasBT
          ThomasB
          last edited by ThomasB

          And how can I now make a plugin, if there is no "Resedit". I am new, sorry 🙂 do I have to code the interface now manually , how to I get now the resedit header file or what this is called?? I am so interested in this topic, I have to learn a lot, I know.....but...

          Thanks,
          T.S.B

          P 1 Reply Last reply Reply Quote 0
          • P
            PluginStudent @ThomasB
            last edited by

            Interfaces are typically defined using resource files:

            https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_gui_interaction.html

            https://developers.maxon.net/docs/cpp/2023_2/page_manual_resource_files.html

            ResEdit was just an option to edit a specific type to resource files. You find example resource files in the example project:

            https://github.com/PluginCafe/cinema4d_cpp_sdk_extended/tree/master/plugins/cinema4dsdk/res

            1 Reply Last reply Reply Quote 0
            • ThomasBT
              ThomasB
              last edited by

              Thanks a lot, this also works for Python Plugins or?

              Thanks man...

              Thanks,
              T.S.B

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