|
| rotation.key(1), but how come not zRotation.key(1) ?
| | | |
rotation.key(1), but how come not zRotation.key(1) ?
by Bert Brown
on
Aug 22, 2008 at 9:46:25 pm |
i know that
rotation.key(1)
does works, but what's the 3D version? isnt it normally zRotation ?
----------------------------------
peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."
| | | | |
| | | | Re: rotation.key(1), but how come not zRotation.key(1) ? by Dan Ebberts on Aug 22, 2008 at 9:54:56 pm |
Try
transform.zRotation
Dan
| | | | |
| | | | Re: rotation.key(1), but how come not zRotation.key(1) ? by Bert Brown on Aug 22, 2008 at 10:08:46 pm |
thanks dan.
----------------------------------
peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."
| | | | |
| | | | Re: rotation.key(1), but how come not zRotation.key(1) ? by Bert Brown on Aug 22, 2008 at 10:32:10 pm |
sorry to trouble you again, but how would i reference an effect's keyframe value?
in this case, Fill and the color selection?
----------------------------------
peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."
| | | | |
| | | | Re: rotation.key(1), but how come not zRotation.key(1) ? by Dan Ebberts on Aug 22, 2008 at 10:45:14 pm |
Like this:
thisComp.layer("Blue Solid").effect("Fill")("Color").key(1).value
Dan
| | | | |
|
|
|