Package nukescripts :: Module cameratracker
[hide private]
[frames] | no frames]

Module cameratracker

source code

Functions used by the CameraTracker node

Classes [hide private]
  LinkableImportPanel
Modal dialog for selecting a Linkable node in the script.
Functions [hide private]
 
populateExportMenu(cameraTracker)
Populate the export menu on a CameraTracker node.
source code
 
populateFilmBackPresets(cameraTracker)
Populate the film back presets menu on a CameraTracker node.
source code
 
createCamera(solver)
Create a camera node based on the projection calculated by the solver.
source code
 
createCameraRig(solver)
Create a multi-view rig with a camera per view.
source code
 
createCameraSet(solver)
Create a set of Cameras, one Camera per solved frame.
source code
 
createScene(cameraTracker)
Create a Scene with a Camera and PointCloud for the camera solve.
source code
 
createEverything(cameraTracker)
Create a Scene with a Camera, PointCloud, ScanlineRender, and LensDistortion (Undistort) node.
source code
 
createPointCloud(cameraTracker)
Create a CameraTrackerPointCloud node.
source code
 
createLensDistortion(cameraTracker) source code
 
createUndistortion(cameraTracker) source code
 
_createLensDistortionNode(cameraTracker, invertDistortion)
Create a LensDistortion node which matches the settings calculated by the CameraTracker.
source code
 
createCards(solver) source code
 
_copyKnob(fromNode, fromKnobName, toNode, toKnobName, link) source code
 
_clearSelection() source code
 
setKnobToPreset(cameraTracker, selectedPresetIdx)
Finds the index of the preset knob and sets the film back size knob accordingly.
source code
 
cameratrackerCreateCallback() source code
 
_copyLinkableXYAnimCurve(linkableSrc, linkableDst)
Copies the x, y animation curves from one XYKnob linkable object to another.
source code
 
importTracker(cameraTracker)
Import data from a Tracker node into the CameraTracker node.
source code
 
exportTracker(cameraTracker)
Export data from the CameraTracker node into a Tracker node.
source code
 
importTracks(cameraTracker)
Utility function that collects the filename to be used in importing tracks from a Shake formatted file.
source code
 
exportTracks(cameraTracker)
Utility function that collects the filename to be used in exporting tracks from a Shake formatted file.
source code