lib/export/nuke_script.rb in tracksperanto-2.8.6 vs lib/export/nuke_script.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
# Export each tracker as a single Tracker3 node
class Tracksperanto::Export::NukeScript < Tracksperanto::Export::Base
#:nodoc
@@ -102,6 +103,6 @@
y_values << t.shift
last_frame_exported = f
end
st = [x_values.join(" "), y_values.join(" ")].map{|e| "{curve i %s}" % e }.join(" ")
end
-end
\ No newline at end of file
+end