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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public int framenr;
[DNAFieldAttribute(4, "float", 1, "error", "float", false, 4)]
public float error;
[DNAFieldAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", false, 8)]
[DNAArrayAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", 8, 8)]
public float[,] mat = new System.Single[4,4];
public MovieReconstructedCamera() {
this.framenr = default;