Skip to main content
Participant
December 16, 2022
Question

Effect stops after 3:38, not matter what

  • December 16, 2022
  • 3 replies
  • 211 views

When using the preset, Mood Lighting - Amorphous, the effect stops after 3:38. It stops even when applied to another layer at a later time in the composition. It does it on all projects. Defiently not a hardware issue or a permission issue. Adobe is constantly trying to adjust my hardware settings when it is without a doubt, not. It is a software issue. Anyone else with this problem? Solutions besides reconfiguring my hardware? I have the RAM and GPU, that is not the issue. Thanks for any help.

This topic has been closed for replies.

3 replies

Mylenium
Legend
December 17, 2022

Agents don't fix usage issues, they just make your software work if they can. Anyway, the answer is right there staring you in the face: Your effect stops because you are exhausting the Evolution parameter on the Fractal Noise effect. Modify the time variable with something like this:

 

(time%180)

 

so it resets every 180 seconds, i.e. every 3 minutes. If you want to have multiple layers to fade across, you can also simply subtract the in point:

 

time-thisLayer.inPoint

 

Mylenium

Mylenium
Legend
December 16, 2022

It makes sense when you know how effects values and/ or expressions in AE work and it also makes sense that it would even affect multiple layers when the underlying expression does not account for the in point and similar. So there you go. Select the layer, hit the UU or EE shortcuts to reveal modified properties and expressions, provide the code or screenshots.

 

Mylenium 

Participant
December 16, 2022

A supervisor from Adobe NEVER called me like they told me they would and now they are ending chats on me... They must not know the issue???

 

 

Mylenium
Legend
December 16, 2022

This happens when effects reach their maximum values, in your case likely driven by some time*x formula. You will need to reset the value in some form. If you provide the relevant code and info I'm sure we can work things out.

 

Mylenium 

Participant
December 16, 2022

Even if the effect is applied seperately to multiple layers?

 

Participant
December 16, 2022

I know nothing when it comes to code. I should apply the effect and it run as long as I tell it. It stops at 3:38, no matter when it starts, no matter what the filter. Doesn't make sense to me and it should not do that. Why tell the software to do again what you told it to do in the first place?