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

@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
public char spacetype;
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAArrayAttribute(16, "float", 6, "viewquat[4]", "System.Single[]", 4, 40)]
[DNAArrayAttribute(16, "float", 6, "viewquat[4]", "System.Single[]", 4, false, 40)]
public float[] viewquat = new System.Single[4];
[DNAFieldAttribute(4, "float", 7, "dist", "float", false, 56)]
public float dist;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public char bundle_drawtype;
[DNAFieldAttribute(1, "char", 10, "drawtype", "char", false, 65)]
public char drawtype;
[DNAArrayAttribute(1, "char", 11, "_pad3[1]", "System.Char[]", 1, 66)]
[DNAArrayAttribute(1, "char", 11, "_pad3[1]", "System.Char[]", 1, false, 66)]
public char[] _pad3 = new System.Char[1];
[DNAFieldAttribute(1, "char", 12, "multiview_eye", "char", false, 67)]
public char multiview_eye;
@@ -57,17 +57,17 @@ namespace BlendFile.DNA {
public rctf render_border;
[DNAFieldAttribute(8, "View3D", 20, "*localvd", "View3D", true, 112)]
public View3D localvd;
[DNAArrayAttribute(64, "char", 21, "ob_centre_bone[64]", "System.Char[]", 64, 120)]
[DNAArrayAttribute(64, "char", 21, "ob_centre_bone[64]", "System.Char[]", 64, false, 120)]
public char[] ob_centre_bone = new System.Char[64];
[DNAFieldAttribute(2, "short", 22, "local_view_uuid", "short", false, 184)]
public short local_view_uuid;
[DNAArrayAttribute(2, "char", 23, "_pad6[2]", "System.Char[]", 2, 186)]
[DNAArrayAttribute(2, "char", 23, "_pad6[2]", "System.Char[]", 2, false, 186)]
public char[] _pad6 = new System.Char[2];
[DNAFieldAttribute(4, "int", 24, "layact", "int", false, 188)]
public int layact;
[DNAFieldAttribute(2, "short", 25, "local_collections_uuid", "short", false, 192)]
public short local_collections_uuid;
[DNAArrayAttribute(4, "short", 26, "_pad7[2]", "System.Int16[]", 2, 194)]
[DNAArrayAttribute(4, "short", 26, "_pad7[2]", "System.Int16[]", 2, false, 194)]
public short[] _pad7 = new System.Int16[2];
[DNAFieldAttribute(2, "short", 27, "debug_flag", "short", false, 198)]
public short debug_flag;
@@ -89,9 +89,9 @@ namespace BlendFile.DNA {
public float near;
[DNAFieldAttribute(4, "float", 36, "far", "float", false, 224)]
public float far;
[DNAArrayAttribute(12, "float", 37, "ofs[3]", "System.Single[]", 3, 228)]
[DNAArrayAttribute(12, "float", 37, "ofs[3]", "System.Single[]", 3, false, 228)]
public float[] ofs = new System.Single[3];
[DNAArrayAttribute(1, "char", 38, "_pad[1]", "System.Char[]", 1, 240)]
[DNAArrayAttribute(1, "char", 38, "_pad[1]", "System.Char[]", 1, false, 240)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(1, "char", 39, "gizmo_flag", "char", false, 241)]
public char gizmo_flag;