Search found 2 matches
- October 18th, 2010, 10:34 am
- Forum: Script requests
- Topic: Convert 3d Rotation to Orientation
- Replies: 10
- Views: 49754
Re: Convert 3d Rotation to Orientation
I figured out a way to accomplish what I needed, though I'd love to know how to write this in script form. I added an expression to each of my Rotation parameters, to set the values based on to the appropriate Orientation value: transform.orientation[0] for the X Rotation for example. I did this for...
- October 16th, 2010, 12:37 am
- Forum: Script requests
- Topic: Convert 3d Rotation to Orientation
- Replies: 10
- Views: 49754
Re: Convert 3d Rotation to Orientation
This script will convert orientation values to rotation values for all 3D layers in the selected comp. I've assumed the layers don't have keyframed rotation/orientation values. If they do, the script will fail. Hi Paul, I'm looking for a script that will convert orientation keyframes to rotation ke...