class Tracksperanto::Tool::Lint::EmptyTrackerSentError
Public Class Methods
new(name)
click to toggle source
# File lib/tools/lint.rb, line 25 def initialize(name) @name = name end
Public Instance Methods
message()
click to toggle source
# File lib/tools/lint.rb, line 29 def message "The tracker #{@name} contained no keyframes. Probably there were some filtering ops done and no keyframes have been exported" end