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

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- class Tracksperanto::Export::MayaLive < Tracksperanto::Export::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 exported @@ -55,6 +56,6 @@ end def residual_with_reset(r) "%.10f" % (r/10) end -end \ No newline at end of file +end