updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(560, "MovieTrackingMarker", 64)]
public class MovieTrackingMarker {
[DNAArrayAttribute(8, "float", 0, "pos[2]", "System.Single[]", 2, 0)]
[DNAArrayAttribute(8, "float", 0, "pos[2]", "System.Single[]", 2, false, 0)]
public float[] pos = new System.Single[2];
[DNAArrayAttribute(32, "float", 1, "pattern_corners[4][2]", "System.Single[,]", 6, 8)]
[DNAArrayAttribute(32, "float", 1, "pattern_corners[4][2]", "System.Single[,]", 8, false, 8)]
public float[,] pattern_corners = new System.Single[4,2];
[DNAArrayAttribute(8, "float", 2, "search_min[2]", "System.Single[]", 2, 40)]
[DNAArrayAttribute(8, "float", 2, "search_min[2]", "System.Single[]", 2, false, 40)]
public float[] search_min = new System.Single[2];
[DNAArrayAttribute(8, "float", 3, "search_max[2]", "System.Single[]", 2, 48)]
[DNAArrayAttribute(8, "float", 3, "search_max[2]", "System.Single[]", 2, false, 48)]
public float[] search_max = new System.Single[2];
[DNAFieldAttribute(4, "int", 4, "framenr", "int", false, 56)]
public int framenr;