lib/export/base.rb in tracksperanto-2.8.6 vs lib/export/base.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,4 +1,5 @@
+# -*- encoding : utf-8 -*-
# Base exporter. Inherit from this class to automatically register another export format.
# The exporters in Tracksperanto are event-driven and follow the same conventions - your
# exporter will be notified when a tracker will be exported and when a tracker has been passed
# (the last keyframe has been sent). Here's how you can operate any exporter module
# separately (this also demonstrates the calling convention and sequence):