Search found 3 matches

by kweso
April 3rd, 2019, 3:00 am
Forum: Scripts Discussion
Topic: Naming Outpoutfiles
Replies: 1
Views: 8901

Re: Naming Outpoutfiles

Figured it out by myself: var activeComp = app.project.activeItem; var selectedComps = app.project.selection; var nameLayer = activeComp.layer("name"); var frameNumber = activeComp.workAreaDuration / activeComp.frameDuration; var title = ""; var output = ""; if(activeCo...
by kweso
March 29th, 2019, 6:58 am
Forum: Scripts Discussion
Topic: Naming Outpoutfiles
Replies: 1
Views: 8901

Naming Outpoutfiles

Hey, would it be possible to send a comp to rq while the output would be jpgs. But instead of one sequence with frame numbers i'd like to have multiple rq-items each rendering one frame which would be named after the content of a textfield at that specific frame. could not find the solution on http:...
by kweso
February 19th, 2019, 7:54 am
Forum: Scripts Discussion
Topic: Set Essential Graphics Property Name?
Replies: 0
Views: 17120

Set Essential Graphics Property Name?

Hey there. First of all: THANKS for the amazing documentation!! And: If I use Property.addToMotionGraphicsTemplate(), can I somehow set the name of the Property in the Essential Graphics panel? E.g.: Say, I add all text.sourceTexts of my selected layers to the comps MoGrT (Essential Graphics) and in...