THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/10/2010 at 01:31, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi !
The goal is to make a camera the active one when it is selected...
I can't get it work. (C4D 11.5).
The C.O.F.F.E.E Tag is on the camera itself.
main(doc,op) {
var bd,cam;
cam=op;
bd = doc->GetActiveBaseDraw();
bd->SetSceneCamera(cam); <- this always returns "Member not found" ...
}
Thanks for help.