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

ExtendScript and Motion Graphics / Essential Graphics

Enthusiast ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

Is there any way using ExtendScript to control the property values of Motion Graphics clips instances in the timeline? (by "Motion Graphics" I'm referring to the Motion Graphics / Essential Graphics feature introduced in PPro 2017.1)

Looking to develop the following workflow:

- Editor drops a Motion Graphics clip into the timeline.

- Assigns an instance name to the clip in the timeline (via Timeline Click > Rename)

- ExtendScript uses the instance name to control any properties in the Motion Graphics Effects -- text, slider controls, etc

TOPICS
SDK

Views

1.4K

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

correct answers 1 Correct answer

Adobe Employee , Jul 16, 2020 Jul 16, 2020

Try /PProPanel/payloads/from_ae.mogrt.


Votes

Translate

Translate
Community Beginner ,
Feb 25, 2020 Feb 25, 2020

Copy link to clipboard

Copied

Did you find a way to do this ?

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
Adobe Employee ,
Feb 26, 2020 Feb 26, 2020

Copy link to clipboard

Copied

Does this not work for you? 

https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPRO/Premiere.jsx#L1792

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
Community Beginner ,
Jul 15, 2020 Jul 15, 2020

Copy link to clipboard

Copied

I can import mogrt, but I cant change text inside....

 

https://github.com/Adobe-CEP/Samples/blob/715fa08b3f267e0183221205353079fc7f8f6d00/PProPanel/jsx/PPR...

 

variable "moComp"  returns null...

can you send me sample mgt file which will work with your code??

 

osx 10.15.5

ppro 14.3.0

 

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
Adobe Employee ,
Jul 16, 2020 Jul 16, 2020

Copy link to clipboard

Copied

Try /PProPanel/payloads/from_ae.mogrt.


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
Community Beginner ,
Jul 16, 2020 Jul 16, 2020

Copy link to clipboard

Copied

Thank you!!

After editing your mogrt I successfully update text from extend script!!

 

Do you have any idea how to update duration of track item imported from mogrt?

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
Adobe Employee ,
Jul 17, 2020 Jul 17, 2020

Copy link to clipboard

Copied

LATEST

Sadly, not possible today; we're tracking that work as DVAPR-4212165.

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