THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/11/2007 at 19:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi.
C4D "ScriptLog" displays the commands of tool activation:
> CallCommand(200000065); // "SetPointValue" activation
displays the commands of tool options:
> tool()#MDATA_SETVALUE_SETX=0; // SetPointValue.X = Leave
> tool()#MDATA_SETVALUE_SETY=2; // SetPointValue.Y = Center
> tool()#MDATA_SETVALUE_SETZ=0; // SetPointValue.Z = Leave
> ...
but not displays the call of tools (clicks on the "Apply", "NewTransform", "ResetValues" buttons).
How with the aid of COFFEE to apply current tool (programmatically click "Apply")?
Thanks.