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

    Creating Commands for Shortcuts

    Cinema 4D SDK
    s22 python
    2
    4
    413
    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.
    • ?
      A Former User
      last edited by A Former User

      Hello!
      I've noticed that some plugins have menu commands that appear in the Customize Commands dialog and I'd like to do this with my own plugins. How is this possible? Is every command that appears registered as its own Command plugin or is there a way to surface certain functions of a single plugin to this list?

      Here's an example of what I mean. Some of Octane's menu commands are showing up in Customize Commands. Did the developer register a unique Command plugin just to check for updates or is there another way of doing this?
      6273b81e-6ff1-4a4f-8f9c-508d096833a4-image.png

      Thank you!

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @A Former User
        last edited by

        Unless something has changed in the SDK, I found this post which seems to answer my question.

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

          Hi @blastframe, as you already found the only way to have them exposed in this Cstomize Command dialog is to register a new CommandData.
          Most of them are also register with the flag PLUGINFLAG_HIDEPLUGINMENU this way the command menu doesn't appear in the default Extension menu.

          Cheers,
          Maxime.

          MAXON SDK Specialist

          Development Blog, MAXON Registered Developer

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @m_adam
            last edited by

            @m_adam Thank you, again, Maxime πŸ˜„

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