lib/import/nuke_script.rb in tracksperanto-2.11.2 vs lib/import/nuke_script.rb in tracksperanto-2.11.3

- old
+ new

@@ -10,9 +10,13 @@ def self.distinct_file_ext ".nk" end + def self.known_snags + 'The only supported nodes that we can extract tracks from are Reconcile3D, PlanarTracker and Tracker' + end + def each io = Tracksperanto::ExtIO.new(@io) while line = io.gets_and_strip if line =~ TRACKER_3_PATTERN scan_tracker_node(io).each(&Proc.new)