class Tracksperanto::Export::NukeCameraUsertracks
Constants
- NAMING
Public Class Methods
desc_and_extension()
click to toggle source
# File lib/export/nuke_cam_tk_usertracks.rb, line 7 def self.desc_and_extension "nuke_cam_trk_autotracks.txt" end
human_name()
click to toggle source
# File lib/export/nuke_cam_tk_usertracks.rb, line 11 def self.human_name "Nuke CameraTracker node autotracks (enable import/export in the Tracking tab)" end
Public Instance Methods
start_export(w, h)
click to toggle source
Calls superclass method
Tracksperanto::Export::Base#start_export
# File lib/export/nuke_cam_tk_usertracks.rb, line 15 def start_export(w, h) super @counter = 0 end
start_tracker_segment(tracker_name)
click to toggle source
Calls superclass method
Tracksperanto::Export::ShakeText#start_tracker_segment
# File lib/export/nuke_cam_tk_usertracks.rb, line 21 def start_tracker_segment(tracker_name) super(NAMING % @counter) @counter += 1 end