Forum Replies Created

Page 3 of 22
  • Hi, why not just precompose?
    Pete

  • Hi, try the openEXR plugin from fnordware. That should work fine for what you need.
    Pete

    roguekeyframe.com

  • Hi,you can drag one project into another project’s project panel.
    Pete

  • Peter O’connell

    May 21, 2009 at 1:00 pm in reply to: Reverse corner pin a mask to a layer

    Hi I think CC Powerpin will do what you are looking for.
    Pete

    roguekeyframe.com

  • Peter O’connell

    May 6, 2009 at 1:30 pm in reply to: question for trigonometry geniuses

    Hi I think this has to do with the fact that all points on the plane are not equidistant from the camera (look at the top view to get an idea of what I mean).
    As far as a workaround, couldn’t you pull out the handles for the rotation in the graph editor (for the keyframes at the beginning and end) until they sync up at 25% and 75% as well?

    Pete

    roguekeyrame.com

  • Peter O’connell

    April 27, 2009 at 11:29 pm in reply to: Invert Tracking Data?

    Hi, you can precomp everything (set the stabilized plate to ‘Guide Layer’ before precomposing) ,then make a few expressions between the flattened comp with your elements and the stabilized footage’s keyframes. Here is the basic gist of the expressions you need:
    comped element’s Position = stabilized plate’s Anchor Point
    comped element’s Anchor Point = stabilized plate’s Position
    comped element’s Rotation = stabilized plate’s Rotation * -1

    If you use these expressions, the comped elements will integrate perfectly with the original plate.
    Pete

    roguekeyframe.com

  • Peter O’connell

    April 27, 2009 at 5:15 am in reply to: Invert Tracking Data?

    Hi, is it a 1 point stabilization or 2 (ie. scale and rotation keyframes as well)?
    Pete

    roguekeyframe.com

  • Peter O’connell

    April 8, 2009 at 3:45 pm in reply to: Can i assign a new shortcut in CS3?

    Hi you can hide all the onscreen controls with the shortcut shift+option+h. If you really need a shortcut to only show or hide one particular mask in AE you could turn on Hide Locked Masks in Layer>Mask, then make a jsx script like this:
    app.executeCommand(app.findMenuCommandId("Locked"));
    (this is a very basic version of a possible script)

    Save the script to your scripts folder and assign a keyboard shortcut to it by modifying the “Adobe After Effects 9.0 Shortcuts”. Change one of the lines that looks like this:
    “ExecuteScriptMenuItem02” = “()”

    Into this:
    “ExecuteScriptMenuItem02” = “(your shortcut here)”

    In this example the script would be the topmost script in the scripts pulldown menu.

    You might also need a script to unlock all masks since the code above won’t toggle.
    app.executeCommand(app.findMenuCommandId("Unlock All Masks"));
    You could then assign this script (make it the 2nd in the list) to another shortcut:
    “ExecuteScriptMenuItem03” = “(your shortcut here)”

    Make sure there aren’t any shortcut conflicts in the Shortcuts file.

    Pete

    roguekeyframe.com

  • Peter O’connell

    April 6, 2009 at 7:22 pm in reply to: Text layer bounding box coordinates

    Thanks Dan, that did the trick.
    Pete

  • Peter O’connell

    April 5, 2009 at 11:46 am in reply to: Hot key for specific effect (Levels)

    Hi, if you make a script that applies that effect to the layer, you can then apply a keyboard shortcut to that script.
    Pete

    roguekeyframe.com

Page 3 of 22

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