Search found 1 match
- April 25th, 2012, 6:50 am
- Forum: Scripts Discussion
- Topic: changePath on outputModule problem.
- Replies: 1
- Views: 8586
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...