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

Setting logType for RenderQueueItem does seem to work, but no logs are created

Enthusiast ,
Nov 01, 2019 Nov 01, 2019

Copy link to clipboard

Copied

Hi There,

 

So, I'm trying to understand why I cannot set Logging option for any given RenderQueueItem in my script.

 

For example, I have the following (pseudocode):

var myRQItem = app.project.renderQueue.items.add(myComp);
myRQItem.logType = LogType.ERRORS_AND_PER_FRAME_INFO;

 

Then, when I double check the .logType property for the RenderQueueItem, I do see that it has the value of the "ERRORS_AND_PER_FRAME_INFO" constant.  However, when I execute the render the logs actually do not show up.  Does anybody know why?

 

I found this older post at Creative Cow where another developer ran into the issue, but it never got solved. 

 

https://forums.creativecow.net/thread/227/31610

 

How can I setup logging for renders via ExtendScript scirpting?

 

Thanks,
Arie

 

TOPICS
Scripting

Views

413

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
Enthusiast ,
Jan 04, 2020 Jan 04, 2020

Copy link to clipboard

Copied

Wanted to bump this thread up to see if anybody has a work arounnd for this.   How can we get the render log setup during scripting.  Is there a way, within the AE GUI, to set the default log type for render output, and then when the script runs it will be set like that?

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 ,
Apr 17, 2024 Apr 17, 2024

Copy link to clipboard

Copied

LATEST

Anybody??? It worked well in AE2023, in 2024 is stopped to work...

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