Forum Replies Created

Page 1 of 8
  • Gon Perdigao

    June 5, 2023 at 3:13 pm in reply to: soundkeys x asix

    I have thought as well to have the code like this x = [value[0],value[1]] + thisComp.layer(“Soundkeys_Center”).effect(“Sound Keys”)(“Output 1”);

    x – transform.position[0]

    My idea with this code would have been adding the position of soundkeys to the x-axis and then subtracting the original x-axis value.

    But again no luck.

    If anyone can help out I would be really appreciated 🙂

  • Gon Perdigao

    June 14, 2016 at 1:26 pm in reply to: Selecting key frames

    Thank you for you reply!
    That works when you just have a “few” layers, now when you have 900, is not so easy to select them.
    What I did in the end was just selecting a bunch at the time holding the shift key.

    But it must be an easy way (expression or shortcut) to select these amount of key frames.

    Cheers

  • Gon Perdigao

    June 14, 2016 at 8:47 am in reply to: Offset position on 900 layers

    Dan, Thank you so much for your help!
    You just save my life.

    Cheers

  • Gon Perdigao

    June 11, 2016 at 6:26 pm in reply to: Offset position on 900 layers

    Dan you are the best!!!!!

    Thanks so much for this.

    If I would and wanna add this expression to the animation // Inertial Bounce (moves settle into place after bouncing around a little)
    n = 0;

    if (numKeys > 0){

    n = nearestKey(time).index;

    if (key(n).time > time){

    n–;
    }
    }
    if (n == 0){

    t = 0;
    }else{

    t = time – key(n).time;

    }

    if (n > 0){

    v = velocityAtTime(key(n).time – thisComp.frameDuration/10);

    amp = .05;
    freq = 4.0;

    decay = 2.0;

    value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);

    }else{
    value;
    }

    How could I do it?

    Cheers

  • Gon Perdigao

    November 4, 2015 at 11:20 am in reply to: New computer

    Forgot to add, that I am a motion designer, so lots of render time, also I am learning arnold and x particles ……

  • Gon Perdigao

    June 4, 2013 at 8:36 am in reply to: Uniform Scale Wiggle

    Mr Dan you are a master 🙂 !!!!

  • Gon Perdigao

    May 13, 2013 at 10:31 pm in reply to: resize renders on output module on after effects

    Hi walter thanks for the reply!

    What im doing is selecting the resize, i dont want to crop.

    The problem is that i want to convert a composition 1920X1080 wide screen into a 720X576 square render.

    Is this possible to do it without adding a new comp of 720X576?

  • Gon Perdigao

    November 13, 2012 at 2:37 pm in reply to: Combinations / permutations on after effects

    Thanks Dan you rock!!

    But why do you say that should be 504 permutations (9*8*7) i don’t understand where comes the 9*8*7 ?

    And by the way where do i apply the code? To each layer or to a comp with all the layers inside?

    Thanks a lot for all the help!

  • Create a shortcut where you want.
    Second mouse button and edit the target properties of your short cut, and in the end of everything just type -m (before the -m give a space between the -m and the end of everything ) and its done

  • Gon Perdigao

    September 1, 2012 at 5:50 pm in reply to: create layer marker on a macbook?

    Hi Guys,

    These work just fine, to add markers is control+8.

    Check this out https://guruv.wordpress.com/2010/09/02/ae-macbook-pro-shortcuts-for-the-numpad-deprived/

Page 1 of 8

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