updated generated files
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
|
||||
public object intrinsics;
|
||||
[DNAFieldAttribute(2, "short", 1, "distortion_model", "short", false, 8)]
|
||||
public short distortion_model;
|
||||
[DNAArrayAttribute(2, "char", 2, "_pad[2]", "System.Char[]", 2, 10)]
|
||||
[DNAArrayAttribute(2, "char", 2, "_pad[2]", "System.Char[]", 2, false, 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;
|
||||
[DNAArrayAttribute(2, "char", 7, "_pad1[2]", "System.Char[]", 2, 26)]
|
||||
[DNAArrayAttribute(2, "char", 7, "_pad1[2]", "System.Char[]", 2, false, 26)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAArrayAttribute(8, "float", 8, "principal_point[2]", "System.Single[]", 2, 28)]
|
||||
[DNAArrayAttribute(8, "float", 8, "principal_point[2]", "System.Single[]", 2, false, 28)]
|
||||
public float[] principal_point = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 9, "principal[2]", "System.Single[]", 2, 36)]
|
||||
[DNAArrayAttribute(8, "float", 9, "principal[2]", "System.Single[]", 2, false, 36)]
|
||||
public float[] principal = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 10, "k1", "float", false, 44)]
|
||||
public float k1;
|
||||
|
||||
Reference in New Issue
Block a user