lib/import/flame_stabilizer.rb in tracksperanto-2.5.0 vs lib/import/flame_stabilizer.rb in tracksperanto-2.6.0
- old
+ new
@@ -75,10 +75,9 @@
report_progress("Extracting setup size")
self.width, self.height = extract_width_and_height_from_stream(@io)
report_progress("Extracting all animation channels")
channels, names = extract_channels_from_stream(@io)
- raise "The setup contained no channels that we could process" if channels.empty?
raise "A channel was nil" if channels.find{|e| e.nil? }
report_progress("Assembling tracker curves from channels")
scavenge_trackers_from_channels(channels, names) {|t| yield(t) }
ensure
\ No newline at end of file