Forum Replies Created

Page 4 of 11
  • Robert Müller

    January 19, 2021 at 9:02 am in reply to: Didn't Know 3d Triangle so difficult

    Your positions are off. Your misaligned triangles are at position[0] (the x-value) 408 it seems. In the linked tutorial they are at 420. Mathematically this makes sense, since you shift the triangle by half the width of the square base. So base is 1080px, half 540, 960 (old x-position) -540 is 420. I guess you messed up while repostioining the anchorpoint, since its a little tricky in 3d space

  • Hi Filip, awesome expression set up you made there. Just out of curiosity, since I checked it out to learn a thing or two, I noticed that the expression sometimes does not work with certain fonts. I did not recognize a pattern, but the problem is always the same as that the coordinates pushed into the array are zero. As far as I understand the expression I did not find a reason for this, any idea why that is?

  • Collect means to gather all your footage (or resource files) and make a copy, so that you have on folder you can easily share. Its an option in After Effects.

    Are you trying to open the file or importing it into an existing project? If the latter maybe you should open the file and convert it first.

    Since its converting from an older version, did you save the new converted project file?

    I would try installing older versions of AE via the CC app and try that.

  • Robert Müller

    January 9, 2021 at 1:41 pm in reply to: Old miller beer ad loop effect

    Okay so you are talking about the basic concept of the ad here. This vclip was made with to shots on seperate, but similar looking sets. The cut was hidden when he went into the store and the camera zoomed in

  • Robert Müller

    January 6, 2021 at 1:48 pm in reply to: Move layer at fixed speed, than stop

    Hi Joseph, this will do the trick:

    max=500; //y value where you want your text to stop

    y=value[1] - time * 29.97 * 3;

    y<=max && (y=max);

    [value[0], y]

  • Robert Müller

    January 6, 2021 at 1:24 pm in reply to: Old miller beer ad loop effect

    I dont really understand what you mean by “where he goes out in his house and came in linearly”. He does go into a shop but what do you mean by linearly and what exactly are you trying to replicate?

  • Robert Müller

    December 22, 2020 at 11:39 am in reply to: Need help to convert image to shape in After Effects

    You can create a new shape layer and copy and paste the mask paths into new paths, its as simple as that. You could also use this script, which is part of rd_scripts, a free collection of very useful scripts:

    rd: Masks to Shapes

  • Robert Müller

    December 14, 2020 at 9:24 am in reply to: Double exposure using channels – How to ?

    For this particular case you dont need to mess with the channels at all. As far as I can tell this example does not use the corresponding channels in a true fashion, because (for example) the red layer does not seem to have a background. The easiest way to achieve this

    – Put both videos/images on top of one another

    – Add a Levels or Curves effect to both of them but do nothing yet

    – Add a Tritonus to both of them. Turn the Highlight s and Midtones on both layers to white and the shadows to Red and Cyan respectively

    – Mess with the Levels/Curves until you see the details of the image you want to show

    – Set the blend mode for the top layer to multiply

  • Robert Müller

    November 17, 2020 at 4:09 pm in reply to: HDRI lightning in physical render

    Okay, Im a step closer now. It seems that the problem was using a PBR material on my object, with regular materials the GI works just fine. So whats the workflow now to get PBR materials lit up by HDRI images, or is this simply not possible since luminance channel is not physically acurate?

  • Robert Müller

    November 17, 2020 at 3:00 pm in reply to: HDRI lightning in physical render

    Okay even increasing the intensity in the GI settings does nothing, wtf is going on? Ive attached a screenshot to better illustrate what I mean

Page 4 of 11

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