Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -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;