QuickCreate for Nuke v1.2


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Mads Hagbarth Lund
A series of node shortcuts for the viewer, that utilizes the color sampler bounding box.
Requirements:
11.0, 10.5, 10.0, 9.0, 8.0 or later
Linux, Mac, Windows
22 Jun 2017
624

QuickCreate is a series of shortcuts for the viewer (right click menu), that allow you to quickly create nodes based on the position and dimentions of your color sampler bounding box. It can easily be extended with keyboard shortcuts aswell.

Check out this video to get a overview of the tool: https://vimeo.com/221625416

[Update v1.2]

  • Adding two trackers in a row, causes the 2nd tracker to be added to the exsisting tracker node (rather than creating a new node). (Thanks to Tor Andreassen for the suggestion)

[Update v1.1]

  • Added support for non square pixel aspect ratios. (thanks to Tom van Dop for notifying and Jelmen Palsterman for the correction!)

 

Skærmbillede 2017-06-15 kl. 20.24.48

Please login in order to download these files.

Comments   

 
0 # Frank Rueter 2017-06-15 21:00
great idea!
 
 
0 # Mau Oliveira 2017-06-16 09:38
This is so cool! It is already saving me some clicks thanks.
Adding a CurveTool option would save me a few more also :D
 
 
0 # Remco Consten 2017-06-16 13:46
really cool idea!

Not sure why, but currently its giving me an incorrect result when my footage is not the same resolution as my project setting format size.

i'm using nuke version 10.5v3
 
 
0 # Mads Hagbarth Damsbo 2017-06-16 16:28
Quoting Remco Consten:
really cool idea!

Not sure why, but currently its giving me an incorrect result when my footage is not the same resolution as my project setting format size.

i'm using nuke version 10.5v3


It will match the resolution of what you have attached to your viewer input 1. So if it does not match it might be because you are viewing input 2?
 
 
0 # Remco Consten 2017-06-19 09:00
ah, that's it! Thanks!
 
 
0 # Gaston Marcotti 2017-06-18 17:26
So smart, so simple, great idea!
 
 
0 # Falk Hofmann 2017-07-03 08:32
haaa! nice one!
 
 
0 # Ed Englander 2018-11-28 19:51
Great Idea, I've spent so many hours adjusting the cornerpin, gridwarp and text boxes. *highfive*
 
 
0 # Magno Borgo 2023-08-12 10:46
you know when you are zoomed in and want to move the transform center that its far far away.
elif _kind == 'SetTransformCe nter': #-----Set Tranform Node Center
try:
newNode = nuke.selectedNo de()
if newNode.Class() == "Transform":
newNode['center '].setValue([ar ea_Mid[0],area_ Mid[1]])
except:
pass

Menu.addCommand( '-> Set Transform Center', 'h_viewerShortc uts.CreateOnSel ection("SetTran sformCenter")', icon='2D.png')
 

You have no rights to post comments

We have 2720 guests and 123 members online