Search found 6 matches

by mfe
May 21st, 2024, 2:30 am
Forum: Scripts Discussion
Topic: Issue when adding items to the Render Queue via script (only with certain Starting Points ...)
Replies: 3
Views: 1356

Re: Issue when adding items to the Render Queue via script (only with certain Starting Points ...)

Hi Eve, thanks for checking out the issue ! Here´s a project file and I marked two faulty items on the render queue. Screenshot 2024-05-21 at 11.16.54.jpg I am working on the latest version of after effects 24.4.0 my composition is set to 25fps but I could reproduce the problem with different frame ...
by mfe
May 14th, 2024, 6:32 am
Forum: Scripts Discussion
Topic: Issue when adding items to the Render Queue via script (only with certain Starting Points ...)
Replies: 3
Views: 1356

Re: Issue when adding items to the Render Queue via script (only with certain Starting Points ...)

Just a quick update on the issue: for some strange reason the "Time Span Start" property of the renderQueue.item acts really strange. For most values that are not full seconds I received different values when I use the getSetting to check after using the setSetting to set the property to t...
by mfe
May 13th, 2024, 9:05 am
Forum: Scripts Discussion
Topic: Issue when adding items to the Render Queue via script (only with certain Starting Points ...)
Replies: 3
Views: 1356

Issue when adding items to the Render Queue via script (only with certain Starting Points ...)

Hi there, I encountered a very strange issue when adding items to the Render Queue via script. Most of the time the script works great, but if the render should start for example on frame 3, 4 - 8, 9 - 13, 14 ... it starts one frame before ... Here´s some background: I have to render about two hundr...
by mfe
August 1st, 2010, 3:35 am
Forum: Scripts Discussion
Topic: Issues with effects and layer order ...
Replies: 4
Views: 9500

Re: Issues with effects and layer order ...

Thanks Paul! Works like a charm! I didn't know about the try/ catch construct. Looks pretty awesome to me. I also have an update on the Layer Order Problem. My first solution doesn't take the order of the selection into account. So if more than one layer is selected the new layer was placed above th...
by mfe
July 30th, 2010, 4:07 am
Forum: Scripts Discussion
Topic: Issues with effects and layer order ...
Replies: 4
Views: 9500

Re: Issues with effects and layer order ...

Hi there, I figured out a solution for the first part ... In case anyone is interested, here´s my code: ----------------------------------------------------- // Selected Composition var comp = app.project.activeItem; // Selected Layers var slctd_layer = comp.selectedLayers; // Create new Solid and ...
by mfe
July 29th, 2010, 10:46 am
Forum: Scripts Discussion
Topic: Issues with effects and layer order ...
Replies: 4
Views: 9500

Issues with effects and layer order ...

Hi There, I am working on a script to help me cut some corners in my workflow. Most of the part went pretty smooth by taking a look at how other scripts are done but with some details i ran into a couple of problems that i can´t solve on my own. Heres an example of what the script does: Button gets...