tracksperanto 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +1 -1
- data/README.txt +2 -0
- data/lib/tracksperanto.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
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