Hello,
I'm modifying the BatchRender.cs and I'd like to include a variable in the file name attached to the end. The best way I thought to do it is to change the notes of the desired template. Example: in a 540p template, I changed the notes to be _540p. That way, it would add that to the end of the file name IF the notes starts with a "_" (this would get away from it not putting default template notes in the file name.
I thought it wasn't working, so I removed the check for startsWith "_". Low and behold, getting the notes with "renderItem.Template.Notes" shows the default render template notes.
So how would I get the notes for the render template if I modified them?
Changed and saved notes in the render template:
A message box showing what it is actually pulling as notes when I select that template in the batch render:
Thank you!