THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/05/2009 at 10:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
OK hi
i tryed a little bit with coffee and have the following problem
i want show the position of an object of every frame
so easy code:
> <code>
> CallCommand(12414); doc->AnimateDocument(ANIMATE_QUICK); var obj= doc->GetFirstObject(); println(obj->GetPosition());
>
> CallCommand(12414); doc->AnimateDocument(ANIMATE_QUICK); var obj= doc->GetFirstObject(); println(obj->GetPosition());
> </code>
I used that in the console, but the problem is this doesnt invole animations by tags
for example a camera is following a spline
So the camera dont have any Keyframes
Should i use AnimateObject? if, how?
Yours faithfully
msthavoc