Read3D - stereoscopic v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Lukas Bilek
Website: lukasbilek.info
This script helps you read 3D -stereoscopic files fast. U don't need always use a lot of clicks for it.
Requirements:
6.1, 6.2, 6.3 or later
Linux, Mac, Windows
01 Aug 2011
81

This script helps you read 3D - stereoscopic files fast. U don't need always use a lot of clicks for it.

 

 

 

 

1
2
menuBar = nuke.menu("Nuke")
menuBar.addCommand('File/Read 3D', 'read3d()', 'alt+r')

 

Inside script you can see this code. Be careful when you download script. Check if your pictures names include /L /R - sides. After use script will read these names and will change path in nuke for it.

1
    ReplaceWrite = file.replace("/L", "/R")

example: good read:

C:/aa/L_001_000/L_CS_0002.jpg

C:/aa/R_001_000/R_CS_0002.jpg

If do you have names right and left different wrote, you can change script in "replace" as u need for read pictures.

example:

1
 ReplaceWrite = file.replace("Left", "Right")

C:/aa/Right_001_000/_CS_Right_0002.jpg

C:/aa/Left_001_000/_CS_Left_0002.jpg

Main Repository Page Python Scripts NodeGraph Must Agree to License: By downloading a file from this page you agree to the general license terms below. Copyright (c) 2010 Lukas Bilek till present All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Nukepedia nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOO/ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Please login in order to download these files.

You have no rights to post comments

We have 2774 guests and 61 members online