lib/import/nuke_script.rb in tracksperanto-2.8.6 vs lib/import/nuke_script.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require 'delegate'
require File.expand_path(File.dirname(__FILE__)) + "/nuke_grammar/utils"
class Tracksperanto::Import::NukeScript < Tracksperanto::Import::Base
@@ -60,6 +61,6 @@
:keyframes => tuples.map do | (f, x, y) |
Tracksperanto::Keyframe.new(:frame => f -1, :abs_x => x, :abs_y => y)
end
)
end
-end
\ No newline at end of file
+end