Regenerated code files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(560, "MovieTrackingMarker", 64)]
|
||||
public class MovieTrackingMarker {
|
||||
[DNAFieldAttribute(8, "float", 0, "pos[2]", "System.Single[]", false, 0)]
|
||||
[DNAArrayAttribute(8, "float", 0, "pos[2]", "System.Single[]", 2, 0)]
|
||||
public float[] pos = new System.Single[2];
|
||||
[DNAFieldAttribute(32, "float", 1, "pattern_corners[4][2]", "System.Single[,]", false, 8)]
|
||||
[DNAArrayAttribute(32, "float", 1, "pattern_corners[4][2]", "System.Single[,]", 6, 8)]
|
||||
public float[,] pattern_corners = new System.Single[4,2];
|
||||
[DNAFieldAttribute(8, "float", 2, "search_min[2]", "System.Single[]", false, 40)]
|
||||
[DNAArrayAttribute(8, "float", 2, "search_min[2]", "System.Single[]", 2, 40)]
|
||||
public float[] search_min = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "float", 3, "search_max[2]", "System.Single[]", false, 48)]
|
||||
[DNAArrayAttribute(8, "float", 3, "search_max[2]", "System.Single[]", 2, 48)]
|
||||
public float[] search_max = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "int", 4, "framenr", "int", false, 56)]
|
||||
public int framenr;
|
||||
|
||||
Reference in New Issue
Block a user