Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(975, "MovieReconstructedCamera", 72)]
public struct MovieReconstructedCamera {
[DNAFieldAttribute(0, "int", "framenr", "int", 4, false, 0)]
public class MovieReconstructedCamera {
[DNAFieldAttribute(4, "int", 0, "framenr", "int", false, 0)]
public int framenr;
[DNAFieldAttribute(1, "float", "error", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "error", "float", false, 4)]
public float error;
[DNAFieldAttribute(2, "float", "mat[4][4]", "System.Single[,]", 64, false, 8)]
[DNAFieldAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", false, 8)]
public float[,] mat = new System.Single[4,4];
public MovieReconstructedCamera() {
this.framenr = default;