THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/12/2009 at 11:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R11
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hello,
I looking for a syntax to do something like that:
main(doc,op)
{
var obj=doc->FindObject("Cube");
obj=CallCommand(12233);
}
How can I use a command at an object? In my syntax only the selected one in the object-manager get edit.