tracksperanto 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +1 -1
  2. data/README.txt +2 -0
  3. data/lib/tracksperanto.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- === 1.3.0 / 2009-09-23
1
+ === 1.3.1 / 2009-09-23
2
2
 
3
3
  * Implement 3DE import and export
4
4
 
data/README.txt CHANGED
@@ -66,6 +66,7 @@ Import support:
66
66
  * Shake tracker node export (textfile with many tracks per file)
67
67
  * PFTrack 2dt files
68
68
  * Syntheyes 2D tracking data exports
69
+ * 3DE point exports (as output by the default script)
69
70
  * MatchMover Pro .rz2
70
71
 
71
72
  Export support:
@@ -75,6 +76,7 @@ Export support:
75
76
  * PFTrack 2dt file (with residuals)
76
77
  * Syntheyes 2D tracking data import (UV coordinates)
77
78
  * Nuke script
79
+ * 3DE point exports (as accepted by the default import)
78
80
  * MatchMover Pro .rz2
79
81
 
80
82
  == Modularity
data/lib/tracksperanto.rb CHANGED
@@ -4,7 +4,7 @@ require 'delegate'
4
4
 
5
5
  module Tracksperanto
6
6
  PATH = File.expand_path(File.dirname(__FILE__))
7
- VERSION = '1.3.0'
7
+ VERSION = '1.3.1'
8
8
 
9
9
  module Import; end
10
10
  module Export; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracksperanto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik Tarkhanov