Create keyframe animation via python

Create keyframe animation via python

christian_aubert
Contributor Contributor
250 Views
1 Reply
Message 1 of 2

Create keyframe animation via python

christian_aubert
Contributor
Contributor

I would like to automate something like this:

Animation Basics Camera Rotation - YouTube

 

How can I create keyframes on parameters via python?

0 Likes
251 Views
1 Reply
Reply (1)
Message 2 of 2

Christian_Garimberti
Advisor
Advisor

Hi, i asked for something similar...

https://forums.autodesk.com/t5/vred-forum/python-keyframe-for-camera-properties/m-p/10960491#M9498

if you need to key only translations and rotations you can use

translations = vrAnimWidgets.addTranslationControlPoint

rotations = vrAnimWidgets.addRotationControlPoint

for other parameters i don't know...

Best

Chris

Christian Garimberti
Technical Manager and Visualization Enthusiast
Qs Informatica S.r.l. | Qs Infor S.r.l. | My Website
Facebook | Instagram | Youtube | LinkedIn

EESignature

0 Likes