tracksperanto 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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