lib/import/pftrack.rb in tracksperanto-2.10.0 vs lib/import/pftrack.rb in tracksperanto-2.11.0
- old
+ new
@@ -7,9 +7,14 @@
def self.distinct_file_ext
".2dt"
end
+ def self.known_snags
+ 'PFTrack only exports the trackers for the solved part of the shot. To export the whole shot, ' +
+ "first delete the camera solve."
+ end
+
CHARACTERS_OR_QUOTES = /[AZaz"]/
INTS = /^\d+$/
def each
until @io.eof?