Re: [Nuke-users] Locking a viewer
A simple way to do this is to just change the hotkey for the viewer. We have added 'Ctrl' to viewer inputs 1 and 2 hotkeys. Works a treat once you get used to holding down 'Ctrl' to set view 1 and 2. Here's the menu.py code. # CHANGE BUFFER ASSIGNMENTS menubar = nuke.menu("Nuke"); m = menubar.addMenu("&Viewer") n = m.addMenu("Connect to A Side") n.addCommand("Using Input &1", "nuke.connectViewer(0, nuke.selectedNode())", "ctrl+1") n.addCommand("Using Input &2", "nuke.connectViewer(1, nuke.selectedNode())", "ctrl+2") Cheers, Alan. On 2/10/2012 8:24 AM, Howard Jones wrote: see nukepedia - there's one on there somewhere, haven't got the details to hand but works well Howard From: Jud Pratt To: Nuke user discussion Sent: Thursday, 9 February 2012, 20:10 Subject: [Nuke-users] Locking a viewer Hello again Is there a way to lock a viewer to a single view so that it will not switch if you accidentally have it highlighted when you hit a number key. In my current workflow, I have 2 viewers open. Once is my "workspace" and the other is my stereo view so I can see the result of my mucking about in my workspace viewer. I would like to be able to lock my stereo view viewer to the final node in the script so I don't accidentally change it. Is there a way to do this? If not, feature request? ;-) Thanks! --Jud ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users -- Alan Fairlie Lead TD Compositor Iloura Switchboard: +61 3 9251 1888 Direct Line: +61 3 9251 1825 Fax: +61 3 9251 1222 a...@iloura.com.au iloura.com.au This communication is confidential and may contain legally privileged information. If you are not the named recipient, please contact us immediately. You must not copy, use or disclose this communication, or any attachments or information in it, without our prior consent. ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
Re: [Nuke-users] Locking a viewer
see nukepedia - there's one on there somewhere, haven't got the details to hand but works well Howard > > From: Jud Pratt >To: Nuke user discussion >Sent: Thursday, 9 February 2012, 20:10 >Subject: [Nuke-users] Locking a viewer > >Hello again > >Is there a way to lock a viewer to a single view so that it will not switch if >you accidentally have it highlighted when you hit a number key. > >In my current workflow, I have 2 viewers open. Once is my "workspace" and the >other is my stereo view so I can see the result of my mucking about in my >workspace viewer. I would like to be able to lock my stereo view viewer to >the final node in the script so I don't accidentally change it. > >Is there a way to do this? If not, feature request? ;-) > >Thanks! >--Jud > > >___ >Nuke-users mailing list >Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > >___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
Re: [Nuke-users] Locking a viewer
I would just use a oneView node off the tree. -deke On Thu, Feb 9, 2012 at 12:10, Jud Pratt wrote: > Hello again > > Is there a way to lock a viewer to a single view so that it will not switch > if you accidentally have it highlighted when you hit a number key. > > In my current workflow, I have 2 viewers open. Once is my "workspace" and > the other is my stereo view so I can see the result of my mucking about in > my workspace viewer. I would like to be able to lock my stereo view viewer > to the final node in the script so I don't accidentally change it. > > Is there a way to do this? If not, feature request? ;-) > > Thanks! > --Jud > > > ___ > Nuke-users mailing list > Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
[Nuke-users] Locking a viewer
Hello again Is there a way to lock a viewer to a single view so that it will not switch if you accidentally have it highlighted when you hit a number key. In my current workflow, I have 2 viewers open. Once is my "workspace" and the other is my stereo view so I can see the result of my mucking about in my workspace viewer. I would like to be able to lock my stereo view viewer to the final node in the script so I don't accidentally change it. Is there a way to do this? If not, feature request? ;-) Thanks! --Jud ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users