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

How to copy and paste KeyframeEase to another property

Explorer ,
Aug 08, 2022 Aug 08, 2022

I tried to copy KeyframeEase from rotate and paste to opacity. But unsuccessful.

 

rotate curve :

rotate.png

 

opacity curve :

opacity.png

 

Same for other property combinations. Can't I simply use keyInTemporalEase and keyOutTemporalEase to get KeyframeEase objects and setTemporalEaseAtKey to paste it?

TOPICS
Scripting
331
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 ,
Aug 08, 2022 Aug 08, 2022

Your curves look different. But do they look the same if you copy both the keyframe values and their easing?
With different values and times of the keyframes, it is hard to judge if the easing is the same.

To me your curves look like for opacity you have a keyframe at about 7f and 25f whereas for rotation you have keys at 0f and 25f, correct?
Also, on your rotation the first key has value 0 and the second one value 100, whereas on the opacity it is exactly the opposite.

 

If I only look at the easing, it looks like for both properties the value change starts rather abrubtly and stops very smoothly, so it could be that you copied the easing successfully.

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Explorer ,
Aug 08, 2022 Aug 08, 2022

No, the opacity has keyframes at 0f and 25f. But oddly enough, these two are the same KeyframeEase object.

opacity_g.png

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 ,
Aug 09, 2022 Aug 09, 2022
LATEST

What is your workflow again? Rotation and Opacity have different values. Opacity goes from 0 to 100, and Rotation goes plus and minus just about as far as you want it to. The graph editor displays the total number of degrees. I tried manually entering 30,000,000 rotations, and it finally went off the graph editor's ability to display a curve. 

 

I'm not sure how you are copying easing, but if I set an opacity keyframe at zero on frame 1, then another at 100 on frame 30, then I adjust the curves in the Graph Editor, then copy both keyframes and paste them to Rotation, I get identical Value Graphs and even identical Speed Graphs.

 

If I set a keyframe for 0º in rotation at frame zero, then another for 110º at frame 30, adjust the curves, then copy and paste the Rotation keyframes to Opacity, I get completely different graphs because opacity can only go from zero to 100%. 

 

Your screenshots show completely different values for Rotation and Opacity, so my previous paragraph does not seem to apply to your workflow. 

 

Please clarify your workflow in detail. Maybe we can help you figure out why you are seeing what you are seeing.

 

 

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