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

ExtendedScript - Changing the Mogrt title makes it blank

New Here ,
Aug 03, 2023 Aug 03, 2023

Copy link to clipboard

Copied

I am trying to change the text content of a Mogrt file using ExtendedScript but whenever I execute the code below the text becomes blank, and the Mogrt name on the video track resets to "Graphic". It's like everything's been reset to default.

 

var sequence = app.project.activeSequence;
var videoTrack = sequence.videoTracks[0];
var mogrt = videoTrack.clips[0];

mogrt.components[3].properties[0].setValue('test', 1)

 

 

The Mogrt I'm using is the Basic Title one found in the Essential Graphics tab, alternatively I used the type tool as well and the same happens in both cases.

Running on Photoshop 23.4.0.

TOPICS
How to

Views

70

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
no replies

Have something to add?

Join the conversation