Search found 3 matches
- May 14th, 2008, 5:43 am
- Forum: Script requests
- Topic: multi-project render
- Replies: 0
- Views: 6769
multi-project render
Hello all, I`m looking for a script that works like a "project-queue-render-queue". It would be nice if I could select some projects, and one after another opens and starts rendering the render-queue. When the render is done, it closes and goes on with the next project, and so on. maybe so...
- December 17th, 2007, 10:01 am
- Forum: Script requests
- Topic: Problem setting a KeyFrame via Script
- Replies: 1
- Views: 7830
found one workaround
So, now a colleague of me found a very simple workaround for this problem.: curItem.curLayer.sourceText.setValueAtTime(OutEdit-(curItem.frameDuration/100),OutEdit) //or curItem.curLayer.sourceText.setValueAtTime(OutEdit-0.00001,OutEdit) Now every keyframe is 1/100 frame, or 1/10000 second too early....
- October 30th, 2007, 7:09 am
- Forum: Script requests
- Topic: Problem setting a KeyFrame via Script
- Replies: 1
- Views: 7830
Problem setting a KeyFrame via Script
Hi everyone I`ve got a problem by creating a keyframe. The script is a part of a bigger one, reduced to the Problem i have with it. you have to create a sequence in 25fps first, then you can run the script. It creates 3 Keyframes 1. at 00:00:00:00 ("") 2. at 00:00:10:00 ("In-Frame&quo...