Forum Replies Created

Page 43 of 46
  • Colin Braley

    July 28, 2005 at 5:24 pm in reply to: motion tracking

    If you want the expression for averaging here it is:

    /expression begins

    apArr = [_______,________,_______ ];
    //Do NOT modify below this line
    numOfStabilizers = 0;
    x = 0;
    y = 0;

    for(i = 0; i <= apArr.length - 1; i++) { numOfStabilizers++; x += apArr[i][0]; y += apArr[i][1]; } [x,y]/numOfStabilizers //end just hightlight the _____ things and pick whip to your trackers

  • Colin Braley

    July 28, 2005 at 5:24 pm in reply to: motion tracking

    If you want the expression for averaging here it is:

    /expression begins

    apArr = [_______,________,_______ ];
    //Do NOT modify below this line
    numOfStabilizers = 0;
    x = 0;
    y = 0;

    for(i = 0; i <= apArr.length - 1; i++) { numOfStabilizers++; x += apArr[i][0]; y += apArr[i][1]; } [x,y]/numOfStabilizers //end just hightlight the _____ things and pick whip to your trackers

  • Colin Braley

    July 28, 2005 at 5:24 pm in reply to: motion tracking

    If you want the expression for averaging here it is:

    /expression begins

    apArr = [_______,________,_______ ];
    //Do NOT modify below this line
    numOfStabilizers = 0;
    x = 0;
    y = 0;

    for(i = 0; i <= apArr.length - 1; i++) { numOfStabilizers++; x += apArr[i][0]; y += apArr[i][1]; } [x,y]/numOfStabilizers //end just hightlight the _____ things and pick whip to your trackers

  • Colin Braley

    July 28, 2005 at 5:24 pm in reply to: motion tracking

    If you want the expression for averaging here it is:

    /expression begins

    apArr = [_______,________,_______ ];
    //Do NOT modify below this line
    numOfStabilizers = 0;
    x = 0;
    y = 0;

    for(i = 0; i <= apArr.length - 1; i++) { numOfStabilizers++; x += apArr[i][0]; y += apArr[i][1]; } [x,y]/numOfStabilizers //end just hightlight the _____ things and pick whip to your trackers

  • Colin Braley

    July 14, 2005 at 8:22 pm in reply to: Searching for Layers affected by missing plugins

    Check if this will help you:
    https://www.aenhancers.com/viewtopic.php?t=31

    ~Colin Braley

  • Colin Braley

    July 13, 2005 at 8:01 pm in reply to: AE effects

    If you purchased the educational version the CC effects and Zaxwerks Invigorator will not be included (unfortunately). If you have the regular version these should be on separate CD’s I think.
    ~Colin

  • Colin Braley

    July 11, 2005 at 4:29 pm in reply to: 3D Text

    If you just need VERY basic 3d text, and dont want to pay for Invigorator, you could use the shatter plug in (it comes with AE) , but it can not produce results nearly as good as invigorator plug.

    ~Colin

  • Colin Braley

    July 11, 2005 at 4:27 pm in reply to: Help with expression to average trackers

    Hey I wrote that expression 🙂 Ethan is right, make sure you pick whip to the attatch point property. Also there is no need to change the numOfStablilizers. I wrote the code so that all you have to do is use the pick whip and it will check how many stablizers you have and divide by that number. Just leave all the code as is, except do the pick-whipping.
    ~Colin

    If you have any questions on how the code works ill explain that too if you want

  • Colin Braley

    July 11, 2005 at 4:27 pm in reply to: Help with expression to average trackers

    Hey I wrote that expression 🙂 Ethan is right, make sure you pick whip to the attatch point property. Also there is no need to change the numOfStablilizers. I wrote the code so that all you have to do is use the pick whip and it will check how many stablizers you have and divide by that number. Just leave all the code as is, except do the pick-whipping.
    ~Colin

    If you have any questions on how the code works ill explain that too if you want

  • Colin Braley

    July 9, 2005 at 4:37 am in reply to: DOF with Card Dance

    You can use a work around to incorporate DOF into the card dance effect. I can’t really test this out right now, as I don’t have time, but try applying the “Compound Blur” effect to the same layer that is using card dance. Then set compound blur’s “blur layer” to the same layer that is controling the Depth of your clips within the card dance effect. I don’t know how good this will look though, as I have no time to test it right now.
    ~Colin

Page 43 of 46

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