lib/tools/length_cutoff.rb in tracksperanto-3.5.9 vs lib/tools/length_cutoff.rb in tracksperanto-4.0.0
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
# This tool removes trackers that contain less than min_length keyframes
# from the exported batch
class Tracksperanto::Tool::LengthCutoff < Tracksperanto::Tool::Base
parameter :min_length, :cast => :int, :desc => "The minimum number of keyframes for the item to contain", :default => 100