How do I record a keyframe?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/05/2004 at 02:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform:
Language(s) : C.O.F.F.E.E ;---------
I'm a newbie to COFFEE so forgive me for asking a dumb question. How do I record a keyframe in a COFFEE expression?
Looks like there is specific code for each type of keyframe e.g.
RotationKey(); // For a rotation keyframe
But how do I implement this in my code?
Thanks
Nigel -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/05/2004 at 07:49, xxxxxxxx wrote:
Hi Nigel,
I think it isn't possible anymore since release 8, because the former position/scale/rotation keys aren't used anymore in time-line. All keys are just parameter keys that can't be accessed in C.O.F.F.E.E.. Sorry.
Cheers,
Marcus -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/05/2004 at 09:09, xxxxxxxx wrote:
Yep, it´s not possible.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/05/2004 at 15:18, xxxxxxxx wrote:
Thanks Guys. That's a major bummer. One reason for upgrading to C4D was becasue I thought I would have greater control via code than Python in trueSpace.
Ok so any tips on how I could animate an object rotating say 90 degs from say frame 100 to frame 105 via COFFEE so that you get the interpolated frames. It's easy enough to to rotate it so that you get a jump of 90 deg from one frame to the next.
Thanks
Nigel