viewerSync v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Philippe HUBERDEAU
Put in sync two different viewers. Nice to constantly monitor the alpha of the currently viewed tool.
Requirements:
6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows
6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows
10 Dec 2012
250
in your menu.py add the following lines.
import viewerSync
menubar = nuke.menu('Nuke')
m = menubar.addMenu('Nukepedia')
m.addCommand("viewerSync_ON", "viewerSync.viewerSyncCBs()",'j')
m.addCommand("viewerSync_OFF", "viewerSync.viewerSyncOFF()",'Shift+j')
It's a multi-purpose script. I use it to constantly have an eye on my alphas, (it can of course be used for all other channel like depth, forward ...) It can also be used to have a closeup on a part of the image while displaying the full scope of the viewed image.
It's still in beta because it hasn't been used quite a lot. So feel free to post any comment, suggest, improvement, bug report.
philhub
Please login in order to download these files.
Comments
it would be nice to have a option for Stereo workflow >
sync left and right, more importantly >> even being able to zoom in sync on the two view ( left and right ).
keep us update.
Again bravo !!
Can you be a bit more precise about stereo, because to me it already manages it. I mean, if you want to monitor left in 1 viewer and right in the other. Just click on the appropriate view for each viewer. But as i'm ill today i may have missed something.
For the zoom, it surely be interesting to have it. What is less sure is if i can make it ! i'll have to invistigate...
what is missing is a sync zoom.
example : I am in view 1( left).. I zoom on the legs of a guy for a roto, the right view in the viewer2, does the same in sync on the same location . thatwould makes life definitly easier for ops with massively less mouse/tablet nav manipulations.
thanks !!
In my install description i forgot to define the m variable that could be for instance :
m = nuke.menu('Nuke ').addMenu('Nuk epedia')
RSS feed for comments to this post