Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions AE Network Render startup in “watchfolder scan mode”

  • AE Network Render startup in “watchfolder scan mode”

    Posted by Uwe Felski on March 22, 2015 at 9:09 am

    Hi,
    Is there a way, maybe an startupscript that automatically scans my watchfolder after the AErender (AE cc2014) started up? At the moment i have to go into the render machine and select the watchfolder each time after startup.I would like to have the render client run without monitors,keyboards, mouses connected and not having to access them via screen sharing each time i want to render. I couldnt find that specific information anywhere, so any insight on this will be highly appreciated!!
    Thanks a lot!
    Uwe

    Uwe Felski replied 11 years, 1 month ago 1 Member · 1 Reply
  • 1 Reply
  • Uwe Felski

    March 22, 2015 at 11:02 am

    ….i found a workaround with applescript myself… sometimes it`s great not giving up too soon:-))
    maybe there is a more elegant way.. but this works.
    compiled as app and used as login item.
    AE render seems to remember the last watch folder selected, so i didn`t have to set the path.
    might look quirky to a pro, i`m just happy it works,i`m not a programmer and just collected and tried snippets of code until it worked.
    _______________________
    delay (20)

    tell application “System Events”
    tell application “Adobe After Effects CC 2014” to activate

    end tell

    delay (3)

    tell application “System Events”

    tell process “Adobe After Effects CC 2014.2 (13.2)”

    click menu item “Watch Folder…” of menu “File” of menu bar 1

    end tell
    tell application “Adobe After Effects CC 2014” to activate
    tell application “System Events” to key code 36

    end tell
    _______________________

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy