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

    c4d 2024 "MENURESOURCE_SEPERATOR"

    Cinema 4D SDK
    2024 python
    3
    5
    779
    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.
    • chuanzhenC
      chuanzhen
      last edited by

      Hi,
      Previously, my plugin worked normally in 2023, but in 2024, the console prompted:
      5fd03555-f7de-4441-b349-4da688635ee0-image.png
      but,there have been no changes in the sample code for this section in the Python doc for 2024
      7064842a-d900-4692-b649-ec51f5134443-image.png
      I can only replace it with the number 2. “ menu.InsData(2, True) ”.Has there been any change in 2024?

      相信我,可以的!

      DunhouD 1 Reply Last reply Reply Quote 0
      • DunhouD
        Dunhou @chuanzhen
        last edited by

        Hi @chuanzhen
        This symbol rename to c4d.MENURESOURCE_SEPARATOR( fix the spelling ), you can add a version condition to your plugin or just use the int 2.

        Cheers~
        DunHou

        https://boghma.com
        https://github.com/DunHouGo

        chuanzhenC 1 Reply Last reply Reply Quote 0
        • chuanzhenC
          chuanzhen @Dunhou
          last edited by

          @Dunhou Thanks!

          相信我,可以的!

          1 Reply Last reply Reply Quote 0
          • ferdinandF
            ferdinand
            last edited by

            Hello @chuanzhen,

            Thank you for reaching out to us. And thank you @Dunhou for providing an answer. @Dunhou is right, a developer of ours fixed the spelling error in the symbol in our C++ API, which then automatically has been propagated to Python.

            Cheers,
            Ferdinand

            MAXON SDK Specialist
            developers.maxon.net

            chuanzhenC 1 Reply Last reply Reply Quote 0
            • chuanzhenC
              chuanzhen @ferdinand
              last edited by

              @ferdinand Thanks,hope to fix spelling in c4dpython doc in future versions

              相信我,可以的!

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