THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/06/2007 at 05:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.111
Platform: Mac ;
Language(s) :
---------
Hello,
is there a way to start 'calculate cache' for a cloth object through the sdk?
I also want to set the 'Cloth Engine' checkbox.
I tried
GeData t_data;
t_data = ...
SetParameter(DescID(CLOTH_USE),t_data,0);
But the compiler tells me that CLOTH_USE dosn't exist.
(CLOTH_USE is the ID for the checkbox according to the Script Manager).
Thanks in advance!