bin/tracksperanto in tracksperanto-1.9.9 vs bin/tracksperanto in tracksperanto-2.0.0
- old
+ new
@@ -69,11 +69,11 @@
op.on(" -m", "--min-length LENGTH_IN_FRAMES", Integer, "Only export trackers having more than X keyframes", &mw("LengthCutoff", :min_length))
op.on(" -xm", "--xshift X_IN_PIXELS", Float, "Move the points left or right", &mw("Shift", :x_shift))
op.on(" -ym", "--yshift Y_IN_PIXELS", Float, "Move the points up or down", &mw("Shift", :y_shift))
op.on(" -p", "--prefix PREFIX", String, "A prefix to prepend to tracker names in bulk", &mw("Prefix", :prefix))
op.on("--lerp", "Linearly interpolate missing keyframes", &mw("Lerp", :enabled, true))
-op.on("--flip", "Flip the comp horizontally", &mw("Flip", :flip, true))
-op.on("--flop", "Flop the comp vertically", &mw("Flip", :flop, true))
+op.on("--flip", "Flip the comp horizontally", &mw("Flip", :enabled, true))
+op.on("--flop", "Flop the comp vertically", &mw("Flop", :enabled, true))
op.on("--version", "Show the version and exit") do |v|
puts "Tracksperanto v.#{Tracksperanto::VERSION} running on Ruby #{RUBY_VERSION} on #{RUBY_PLATFORM}"
puts "Copyright 2008-#{Time.now.year} by Guerilla-DI (Julik Tarkhanov and contributors)"
puts "For questions and support contact info#{64.chr}guerilla-di.org"
\ No newline at end of file