Search found 1 match

by ypar
April 25th, 2012, 6:50 am
Forum: Scripts Discussion
Topic: changePath on outputModule problem.
Replies: 1
Views: 6840

changePath on outputModule problem.

Hello, I have a script that adds an item to the render queue and then changes the path to a user given directory. The code is taken out of context: var renderQueue = app.project.renderQueue; var rqitem = renderQueue.items.add(some_composition); var newPath = "/tmp/test"; // or some other u...