
oliverchater
New Here
oliverchater
New Here
Activity
‎Apr 27, 2020
08:15 AM
Hi Tim, Just FYI, the error stems from AE struggling to compute the comp even on very powerful workstations. I was able to get around this glitch issue on recent projects with some project optimization. At the level i was pushing AE, even speading the layers in z-space did not solve the glitches. Best,
... View more
‎Feb 01, 2019
03:50 PM
Hi Tim, Thank you for your help so far, Yes the moire is with layers that are close together, however i've only tried to do that to fix the glitching that is happening. I have attached the project file so your team can look at it: https://we.tl/t-81v9KV4NGZ Here is another example of the glitching happening. Sometime it is flickering like in this gif: WeTransfer and sometime it appears far more digital (forgive the red!): Weirdly on this project I've also experienced an issue with alphas, when i've tried to preview (or export) a video where the "accept shadows" button is set to 'only', it is appearing both in the viewer and render as an opaque solid. All help is greatly appreciated! Ollie
... View more
‎Feb 01, 2019
09:24 AM
Hi, I'm still getting these shadow glitches in 16.0.1. getting lots of glitches like this: that is just a 3d grey shape layer with a 3d layer infront of it. also getting a lot of banding in the shadows despite having a 4000 resolution map: Anyone else still experiencing these issues in 16.0.1?
... View more
‎Mar 12, 2015
01:16 AM
Thank you! This seems to have worked! Could you possibly explain to me why I needed to use the variables X2 and Y2? Many thanks Ollie
... View more
‎Mar 11, 2015
04:06 PM
Hello, Im trying to create an object that moves in the opposite direction and at 95% of the rate of an animated point. I have set up sliders on my point with controls for both the X and Y axis - and am currently struggling to write the expressions for my object. So far, I have: X=thisComp.layer("CONTROLS").effect("Centre ")("Slider"); Y=thisComp.layer("CONTROLS").effect("Centre ")("Slider"); if (X < 2500){ (thisComp.layer("CONTROLS").effect("Centre ")("Slider")*0.95); }else if{ (thisComp.layer("CONTROLS").effect("Centre ")("Slider")*1.05); }else{ 2500;} if (Y < 2500){ (thisComp.layer("CONTROLS").effect("Centre ")("Slider")*0.95); }else if{ (thisComp.layer("CONTROLS").effect("Centre ")("Slider")*1.05); }else{ 2500;} [X,Y];
... View more