V_TrackingCones

Cones for testing camera tracking points

Updated: 14 February 2012

Author: victorperez

Compatible Nuke versions: 6.0 or later

Compatibility: Linux, Mac, Windows

V_TrackingCone & V_TrackingCone3D

Cones for testing camera tracking points easily by snapping the cone to a point or attached to an Axis.

V_TrackingCone is a 3D object and V_TrackingCone3D renders a 2D image base on the cone position and the camera (like Card3D node).

You have many options to customise every single cone.

 

V_TrackingCone_snapshot_01

To install, copy this code into your menu.py file

1
2
3
4
toolbar = nuke.menu('Nodes')
VMenu = toolbar.addMenu('V!ctor', icon='V_Victor.png')
VMenu.addCommand('V_TrackingCone', 'nuke.createNode("V_TrackingCone")', icon='V_TrackingCone.png')
VMenu.addCommand('V_TrackingCone3D', 'nuke.createNode("V_TrackingCone3D")', icon='V_TrackingCone3D.png')

Sign in or register to download or rate.