lib/import/syntheyes.rb in tracksperanto-3.5.5 vs lib/import/syntheyes.rb in tracksperanto-3.5.6
- old
+ new
@@ -1,10 +1,16 @@
# -*- encoding : utf-8 -*-
class Tracksperanto::Import::Syntheyes < Tracksperanto::Import::Base
include Tracksperanto::UVCoordinates
def self.human_name
- "Syntheyes 2D tracker paths file"
+ "Syntheyes \"Tracker 2-D paths\" file"
+ end
+
+ def self.known_snags
+ "Syntheyes has two formats for exporting tracks. One is called \"Tracker 2-D paths\" in the menu. " +
+ "The other is called \"All Tracker Paths\". You told Tracksperanto to treat your file as " +
+ "\"Tracker 2-D paths\", if something goes wrong might be a good idea to try the other Tracksperanto input format"
end
def each
@io.each_line do | line |
name, frame, x, y, frame_status = line.split