Skip to main content
Hey Evgenii
Inspiring
July 14, 2023
Answered

Access Motion Graphics Templates library via scripting

  • July 14, 2023
  • 1 reply
  • 355 views

Hi guys, is it possible to access Motion Graphics Templates library to insert mogrts to timeline?
I know there all mogrts stored in:

  • MAC: username/Library/Application Support/Adobe/Common/Motion Graphics Templates.
  • Windows (PC): AppData/Roaming/Common/Motion Graphics Templates.

But I wonder is there any builtin way to access the mogrts to not mess with cross platrform paths and filter out the whole folder everytime script is launched?

Also question that is not related to scripting - it is possible to export mogrts from AE with responsive sizes, eg my mogrt made within comp with 1920x1080, it will perfectly fit sequence with 1920x1080, but in sequence with doubled size(3840x2160) the mogrt will not be twice smaller, but also adjust its size to fit the seq settings?

This topic has been closed for replies.
Correct answer Bruce Bullis

>is it possible to access Motion Graphics Templates library to insert mogrts to timeline?

Yes. 

https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L1865

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
July 14, 2023

>is it possible to access Motion Graphics Templates library to insert mogrts to timeline?

Yes. 

https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L1865