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

    Want to build quick mode tools

    General Discussion
    0
    5
    995
    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.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 26/11/2003 at 08:26, xxxxxxxx wrote:

      Hi. I've never made a plugin, but I would like to make simple commands to put me in different modeling modes, as follows:

      Model move
      model scale
      model rotate
      object scale (object move and object rotate are meaningless)
      point move
      point scale
      point rotate
      point select
      point lasso
      edge move
      edge scale
      edge rotate
      edge select
      edge lasso
      poly move
      poly scale
      poly rotate
      poly select
      poly lasso
      point magnet
      poly magnet
      axis move
      axis rotate

      If possible, I would also like to store the last modes called, and be able to toggle between the current and last used. How hard would this be to do using coffee?

      Thanks alot for any help.

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 26/11/2003 at 10:45, xxxxxxxx wrote:

        impossible in coffee

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 26/11/2003 at 10:53, xxxxxxxx wrote:

          Thanks. That is so pathetic. This would be elementary stuff with mel scripts.

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 26/11/2003 at 12:07, xxxxxxxx wrote:

            Wait a minute, you must be teasing me. 😉 How hard can it be to make a command to activate model tool, activate move tool, and make it an action called Model Move? This must be easily doable.

            1 Reply Last reply Reply Quote 0
            • H
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 27/11/2003 at 01:28, xxxxxxxx wrote:

              1. This is not Maya but Cinema 4D. If you want full control, switch to C++ and use the C++ SDK instead of praising Mel Scripts ;o)
              2. I am not teasing you. COFFEE is a bit out-of-date (there had to be done a lot of other stuff for Cinema 4D). With C++ this is no problem at all. You can use doc->SetAction(ID) and/or doc->SetMode(ID).
              3. Have fun! 🙂

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