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

    Command Make Editable confusion

    Cinema 4D SDK
    s26 windows python
    3
    4
    553
    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.
    • G
      Gaal Dornik
      last edited by

      Hello, i need to run Make Editable command via Python script. Aren't these the same thing?
      A. c4d.CallCommand(12236) # Make Editable
      B. c4d.CallCommand(c4d.MCOMMAND_MAKEEDITABLE)
      Command A runs just fine unlike B. Am i missing something?

      Thanks.

      1 Reply Last reply Reply Quote 0
      • M
        mogh
        last edited by

        The second is not a c4d.CallCommand but an c4d.utils.SendModelingCommand comand

        https://developers.maxon.net/docs/py/2023_2/modules/c4d.utils/index.html?highlight=command_makeeditable#c4d.utils.SendModelingCommand

        cheers

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

          Hey @Gaal-Dornik,

          Thank you for reaching out to us and thank you @mogh for providing the answer and the link to our docs. I would also like to point out our SendModelingCommand examples on GitHub.

          Cheers,
          Ferdinand

          MAXON SDK Specialist
          developers.maxon.net

          1 Reply Last reply Reply Quote 0
          • G
            Gaal Dornik
            last edited by

            Got it! Thanks.

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