Trees | Indices | Help |
|
---|
|
1 # Copyright (c) 2010 The Foundry Visionmongers Ltd. All Rights Reserved. 2 3 import nuke 4 7 1012 """ If there is only one view, set stereo, otherwise set to a single main view. """ 13 numViews = len(nuke.views()) 14 if numViews == 1: 15 setViewsForStereo() 16 else: 17 setViewsForMono()18
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 14 13:53:19 2020 | http://epydoc.sourceforge.net |