lib/import/maya_live.rb in tracksperanto-2.8.6 vs lib/import/maya_live.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- class Tracksperanto::Import::MayaLive < Tracksperanto::Import::Base # Maya Live exports and imports tracks in "aspect units", so a point at 0,0 # will be at -1.78,-1 in MayaLive coordinates with aspect of 1.78. Therefore # we offer an override for the aspect being imported (if the pixels are not square) @@ -52,6 +53,6 @@ end def set_residual(residual) (residual == "-1" ? 0 : residual) end -end \ No newline at end of file +end