Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Simple time expression for X axis only

Engaged ,
Oct 07, 2021 Oct 07, 2021

I need to make a simple expression for the Offset Turbulence parameter on the Fractal Noise effect, x axis only.

 

The expression I want to use is: time*100

 

Normally I can just go to an image's Position, r-click and choose Separate Dimensions, and then just apply the expression only to the x postion but I can't separate the dimensions of the Fractal Noise's Offset Turbulence.

 

How can I apply the time*100 expression to the X axis only of the Offset Turbulence paramenter in the Fractal Noise effect?

Thank you!

 

 

TOPICS
FAQ
3.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Oct 07, 2021 Oct 07, 2021

You just need to create an array.

[time * 60, value[1]]

When writing expressions always look at the property. If there is more than one value, except for rotation which has revolutions and degrees which is actually only one value, then the array can be 2, 3, or 4 values. 3D layers have 3, Color has 4 (R, G, B, A) with a range of 0 to 1. 3D layers have 3 values for anchor point, position, and scale and they are defined like this. [value[0], value[1], value[2]]

 

I hope that helps.

Translate
Community Expert , Oct 07, 2021 Oct 07, 2021

ukramedia - Tip 031 - How To Separate Dimensions in After Effects
https://youtu.be/8OdPvHOv8X0

Translate
Community Expert ,
Oct 07, 2021 Oct 07, 2021

You just need to create an array.

[time * 60, value[1]]

When writing expressions always look at the property. If there is more than one value, except for rotation which has revolutions and degrees which is actually only one value, then the array can be 2, 3, or 4 values. 3D layers have 3, Color has 4 (R, G, B, A) with a range of 0 to 1. 3D layers have 3 values for anchor point, position, and scale and they are defined like this. [value[0], value[1], value[2]]

 

I hope that helps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 07, 2021 Oct 07, 2021
LATEST

ukramedia - Tip 031 - How To Separate Dimensions in After Effects
https://youtu.be/8OdPvHOv8X0

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines