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
    • Recent
    • Tags
    • Users
    • Login

    SetAction-Function dont work

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 266 Views
    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 Offline
      Helper
      last edited by

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

      On 22/11/2011 at 00:15, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   13.029 
      Platform:      Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hello,
      From the SDK I found the function SetAction().

      I tried this to activate the move-tool:

      main(doc,op)
      {
      	
      doc->SetAction(200000088);
      }
      

      This ist not Working. Anyone knows a solution here? I want to avoid a CallCommand.

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

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

        On 22/11/2011 at 01:54, xxxxxxxx wrote:

        Hi,

        doc- >SetAction() is not available in the C.O.F.F.E.E. SDK. The only solution with C.O.F.F.E.E. is using CallCommand().
        And the move-tool ID is ID_MODELING_MOVE.  The action IDs are defined in "resource\coffeesymbols.h".

        Regards,

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

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

          On 22/11/2011 at 01:59, xxxxxxxx wrote:

          Thanks. Soon or later I will change to Python 😉

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