lib/import/maya_live.rb in tracksperanto-2.10.0 vs lib/import/maya_live.rb in tracksperanto-2.11.0
- old
+ new
@@ -12,9 +12,13 @@
def self.autodetects_size?
true
end
+ def self.known_snags
+ 'Only square pixel aspect ratio shots are supported.'
+ end
+
COMMENT = /^# /
def each
io = Tracksperanto::ExtIO.new(@io)
extract_width_height_and_aspect(io.gets_non_empty)