THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/11/2011 at 05:06, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12
Platform:
Language(s) : C++ ;
---------
hi,
let's say that I have a description for a container item:
LONG MY_ITEM
{
CYCLE
{
OPTION1;
OPTION2;
}
}
Now, let's say that instead of the description above, I have only
LONG MY_ITEM {}
BUT would like to add the CYCLE options programmatically.
How can I do this?
Thank you!