Forum Replies Created

Page 2 of 2
  • Dr. nagy Ferenc

    December 3, 2007 at 9:14 pm in reply to: Scripting 3D track motion

    It all makes sense now. But how do I add a track keyframe and access RotationZ/OrientationZ?

    Thanks for your help!

  • Dr. nagy Ferenc

    December 3, 2007 at 8:18 pm in reply to: Scripting 3D track motion

    jeditdv: Thank you for your answer but I can’t get it working. I realized that I can’t even change the Width property of a keyframe.
    My code is:

    var evnt = Vegas.Project.Tracks[0].Events[0];
    var endKeyframe = new VideoMotionKeyframe(new Timecode(1000));
    evnt.VideoMotion.Keyframes.Add(endKeyframe);
    endKeyframe.Rotation = 1; //works fine
    endKeyframe.Width = 50; //doesn’t work at all

    Any ideas? I’m using Vegas Pro 8.0.

Page 2 of 2

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy