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

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- # Export for Autodesk MatchMover/Image Modeler class Tracksperanto::Export::MatchMover < Tracksperanto::Export::Base def self.desc_and_extension "matchmover.rz2" @@ -35,6 +36,6 @@ values = [frame + 1, abs_float_x, @height - abs_float_y, (1 - float_residual)] @io.puts(template % values) @at_first_point = false end -end \ No newline at end of file +end