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 object intrinsics;
[DNAFieldAttribute(2, "short", 1, "distortion_model", "short", false, 8)]
public short distortion_model;
[DNAFieldAttribute(2, "char", 2, "_pad[2]", "System.Char[]", false, 10)]
[DNAArrayAttribute(2, "char", 2, "_pad[2]", "System.Char[]", 2, 10)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "float", 3, "sensor_width", "float", false, 12)]
public float sensor_width;
@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public float focal;
[DNAFieldAttribute(2, "short", 6, "units", "short", false, 24)]
public short units;
[DNAFieldAttribute(2, "char", 7, "_pad1[2]", "System.Char[]", false, 26)]
[DNAArrayAttribute(2, "char", 7, "_pad1[2]", "System.Char[]", 2, 26)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(8, "float", 8, "principal_point[2]", "System.Single[]", false, 28)]
[DNAArrayAttribute(8, "float", 8, "principal_point[2]", "System.Single[]", 2, 28)]
public float[] principal_point = new System.Single[2];
[DNAFieldAttribute(8, "float", 9, "principal[2]", "System.Single[]", false, 36)]
[DNAArrayAttribute(8, "float", 9, "principal[2]", "System.Single[]", 2, 36)]
public float[] principal = new System.Single[2];
[DNAFieldAttribute(4, "float", 10, "k1", "float", false, 44)]
public float k1;