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

Access the order in which the keyframes has been selected

Engaged ,
Feb 12, 2018 Feb 12, 2018

Hi guys,

I'd like to know if it's possible to access the order in which a bunch of keyframes has been selected.

Can't find any information about that. I'm a beginner.

Thank you

TOPICS
Scripting
565
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 1 Correct answer

Community Expert , Feb 13, 2018 Feb 13, 2018

comp.selectedLayers contains the selected layers in the order in which they are selected.

Not sure whether this is also the case for property.selectedKeys but it should be easy to check whether this is the case.

If selectedKeys is not sorted that way, I guess there is no way to retrieve that info.

Translate
Community Expert ,
Feb 13, 2018 Feb 13, 2018

comp.selectedLayers contains the selected layers in the order in which they are selected.

Not sure whether this is also the case for property.selectedKeys but it should be easy to check whether this is the case.

If selectedKeys is not sorted that way, I guess there is no way to retrieve that info.

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
Engaged ,
Feb 13, 2018 Feb 13, 2018

Thank you Mathias for your reply,

you're right: it can be easily checked. I'll do that later today and post here my discovery.

Cheers!

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
Engaged ,
Feb 14, 2018 Feb 14, 2018
LATEST

Unfortunately it doesn't seem to be possible.

Thank you anyway!

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