-
aerender: How to change log location?
Hello guys,
i am having a bit of a scripting problem here. When rendering with aerender in the background using the terminal, i want to send all log files to a specified location. However, using -log flag together with a location will always result into the render failing and the terminal telling me that i should check the write permissions of the location.
Here is the Terminal command within the jsx script:
var renderexecute = system.callSystem('osascript -e 'tell application "Terminal" to do script ["command /Applications/Adobe\\ After\\ Effects\\ CS5.5/aerender -project /Users/macname/projects/code/RenderReportTest_2.aep -log /Users/macname/Desktop;osascript /Applications/Adobe\\ After\\ Effects\\ CS5.5/Scripts/ScriptUI\\ Panels/TerminalAntwort.scpt"]'');for some reason, even though all permissions are set correctly, aerender wont accept the new path? Is there maybe a way to change the default log file path within after effects directly to avoid having to use this flag?
Edit: Forum is not keeping slashes in my code example above. But i am pretty sure all characters are done properly because the render starts when i drop the log flag.