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

Presets in english, not completely understood by after effect in french

New Here ,
Nov 13, 2016 Nov 13, 2016

Copy link to clipboard

Copied

Hi there,

I recently introduced a preset from an english user for some transitions in my personal presets. The problem is that, some effect are not found by my french after effect such as slider effect ("Paramètre glissière" in french) I would like to copy it slowly effect by effect in french but this is really complicated, there are at least 12 effect in there ...

So after effect is warning me "expression problem" (about the effect slider especially) !
Any advice or solution are welcome !

Kind regards,

HR

Views

294

Translate

Translate

Report

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
LEGEND ,
Nov 14, 2016 Nov 14, 2016

Copy link to clipboard

Copied

The full text of your expression error might be useful.

It is likely that the person who made the preset has the option "expressions write compact English" turned on in their preferences. It is likely just a translation issue that will be easy to fix, but I'm just guessing.

Votes

Translate

Translate

Report

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
New Here ,
Nov 17, 2016 Nov 17, 2016

Copy link to clipboard

Copied

LATEST

Yes, these are the expressions:

1)
effect("Transform")("Anchor Point")
2)
100*Math.pow(2,-1*(effect("Curve Editor")("Slider")*effect("EDIT - Scale Strength")("Slider")/100))

3)
effect("Curve Editor")("Slider")*effect("EDIT - Rotation Srength")("Slider")

4)
temp = effect("Curve Editor")("Slider");

5)
[thisComp.width/2,thisComp.height/2]+temp*[effect("EDIT - X Slide Strength")("Slider"),effect("EDIT - Y Slide Strength")("Slider")]

6)
effect("Curve Editor")("Slider")*effect("EDIT - Rotation Srength")("Slider")*effect("EDIT - Blur Strength")("Slider")/100

7)
effect("Transform")("Anchor Point")

8)
effect("Curve Editor")("Slider")*effect("EDIT - Scale Strength")("Slider")*effect("EDIT - Blur Strength")("Slider")/100

9)
effect("Transform")("Anchor Point")

10)
if(effect("EDIT - X Slide Strength")("Slider")==0)

0

else

radiansToDegrees(Math.atan(effect("EDIT - Y Slide Strength")("Slider")/effect("EDIT - X Slide Strength")("Slider")))+90

11)
Math.abs(effect("Curve Editor")("Slider")*effect("EDIT - Blur Strength")("Slider"))*Math.sqrt(Math.pow(effect("EDIT - X Slide Strength")("Slider"),2)+Math.pow(effect("EDIT - Y Slide Strength")("Slider"),2))/100

And an RSMB effect "effet absent" which means missing effect in english !

Kind Regards,

Henri Reisenthel

Votes

Translate

Translate

Report

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