SetAction-Function dont work
-
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.
-
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,
-
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