-
Kellers Stereoscopic Script for CS5
I have tried Christoph Kellers stereoscopic script to make the workflow easier when working with Stereoscopic 3D in AE. You can get the script for free use here:(se link below instruction video)
https://vimeo.com/10701501It is developed for CS3 but also works fine with CS5. New in CS5 is a default 3D glasses filter that makes some of his scripts less usefull, like the preview of anaglyph 3d in AE. So I have only used the “Stereo Converter” script that automatically converts a Left comp to a Right comp and liks all effects on layers etc. This script is fantastic and the idea is to only have to make changes in one composition (the left) and then the right composition is automatically generated. But to achive this workflow you will have to make lots of precomps which is a drawback I think, working in large complex compositions with 3d animated stuff that does not need to be separately color corrected etc.
My question is. Are there someone out there that is familiar with scripting to modify the script a bit? I will offcourse ask Christoph Keller if he thinks this is ok.
What I like to do is – When you push “Generate Right” button (to generate the right camera comp), the script will start looking for files with the text “right” instead of “left.” and gets them into the comp. That is automatically replacing ALL files containting the “left” with “right” version. Offcourse the files will have the exactly same name part from the letters “left” and “right”.
Can you script that? How does such a script look like. I am a newbee to scripting myself.for example, I have the following files imported in the After Effects PROJECT window.
“boxtiffsequence0450-2345_LEFT.tif”
“boxtiffsequence0450-2345_RIGHT.tif”
“snowtiffsequence_left0450-2345.tif”
“snowtiffsequence_right0450-2345.tif”In my left comp I have animated and put some effects to
“boxtiffsequence0450-2345_LEFT.tif”
“boxtiffsequence_left0450-2345.tif”Then I push “Generate Right”, the files in the new comp are AUTOMATICALLY replaced with.
“boxtiffsequence0450-2345_RIGHT.tif”
“snowtiffsequence_right0450-2345.tif”All other layers in comp are treated as before. And if no left or right text is found in the filename it imports the same file as before.
Is that possible?