Search found 4 matches

by CR
October 20th, 2005, 4:59 pm
Forum: Scripts Discussion
Topic: Custom post render actions
Replies: 0
Views: 6074

Custom post render actions

Is there a way to use post render actions to trigger a script when an item is done rendering. I want to send a pop up message from a remote render machine to the users machine when a project it done rendering. I don't want to use email. The script for render and pop up works locally, but since I am ...
by CR
October 20th, 2005, 4:44 pm
Forum: Scripts Discussion
Topic: app.isWatchFolder
Replies: 1
Views: 7462

app.isWatchFolder

Does anyone have any insight into watchfolder scripting. I've been using the watch folder and it works consistently, but while it's running you can't send a script to it. I've tried using things that are documented in the scripting guide but none work. pauseWatchFolder() endWatchFolder() app.isWatch...
by CR
October 20th, 2005, 4:10 pm
Forum: Scripts Discussion
Topic: Path change
Replies: 2
Views: 9272

I found a simpler way of changing the paths from local to network. If you navigate through the network to open your project, AE automaticaly adds the network paths to footage files. This also redirects the render output paths through the network. original path of project: D:\usr\people\carl\ADOBE\AF...
by CR
October 2nd, 2005, 11:21 am
Forum: Scripts Discussion
Topic: Path change
Replies: 2
Views: 9272

Path change

Is there a way to change the path of an item in the project window without using replace(). I want to change the paths from the local path to a network path. from: D:\folder\xxxx.psd to: \\machineName\D\folder\xxxx.psd I wrote a script that works but when it replaces a .psd or .ai file it loses the ...