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

@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public int par2;
[DNAFieldAttribute(4, "int", 8, "par3", "int", false, 252)]
public int par3;
[DNAFieldAttribute(64, "char", 9, "parsubstr[64]", "System.Char[]", false, 256)]
[DNAArrayAttribute(64, "char", 9, "parsubstr[64]", "System.Char[]", 64, 256)]
public char[] parsubstr = new System.Char[64];
[DNAFieldAttribute(8, "Object", 10, "*parent", "Object", true, 320)]
public Object parent;
@@ -89,35 +89,35 @@ namespace BlendFile.DNA {
public int totcol;
[DNAFieldAttribute(4, "int", 36, "actcol", "int", false, 596)]
public int actcol;
[DNAFieldAttribute(12, "float", 37, "loc[3]", "System.Single[]", false, 600)]
[DNAArrayAttribute(12, "float", 37, "loc[3]", "System.Single[]", 3, 600)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", 38, "dloc[3]", "System.Single[]", false, 612)]
[DNAArrayAttribute(12, "float", 38, "dloc[3]", "System.Single[]", 3, 612)]
public float[] dloc = new System.Single[3];
[DNAFieldAttribute(12, "float", 39, "size[3]", "System.Single[]", false, 624)]
[DNAArrayAttribute(12, "float", 39, "size[3]", "System.Single[]", 3, 624)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(12, "float", 40, "dsize[3]", "System.Single[]", false, 636)]
[DNAArrayAttribute(12, "float", 40, "dsize[3]", "System.Single[]", 3, 636)]
public float[] dsize = new System.Single[3];
[DNAFieldAttribute(12, "float", 41, "dscale[3]", "System.Single[]", false, 648)]
[DNAArrayAttribute(12, "float", 41, "dscale[3]", "System.Single[]", 3, 648)]
public float[] dscale = new System.Single[3];
[DNAFieldAttribute(12, "float", 42, "rot[3]", "System.Single[]", false, 660)]
[DNAArrayAttribute(12, "float", 42, "rot[3]", "System.Single[]", 3, 660)]
public float[] rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 43, "drot[3]", "System.Single[]", false, 672)]
[DNAArrayAttribute(12, "float", 43, "drot[3]", "System.Single[]", 3, 672)]
public float[] drot = new System.Single[3];
[DNAFieldAttribute(16, "float", 44, "quat[4]", "System.Single[]", false, 684)]
[DNAArrayAttribute(16, "float", 44, "quat[4]", "System.Single[]", 4, 684)]
public float[] quat = new System.Single[4];
[DNAFieldAttribute(16, "float", 45, "dquat[4]", "System.Single[]", false, 700)]
[DNAArrayAttribute(16, "float", 45, "dquat[4]", "System.Single[]", 4, 700)]
public float[] dquat = new System.Single[4];
[DNAFieldAttribute(12, "float", 46, "rotAxis[3]", "System.Single[]", false, 716)]
[DNAArrayAttribute(12, "float", 46, "rotAxis[3]", "System.Single[]", 3, 716)]
public float[] rotAxis = new System.Single[3];
[DNAFieldAttribute(12, "float", 47, "drotAxis[3]", "System.Single[]", false, 728)]
[DNAArrayAttribute(12, "float", 47, "drotAxis[3]", "System.Single[]", 3, 728)]
public float[] drotAxis = new System.Single[3];
[DNAFieldAttribute(4, "float", 48, "rotAngle", "float", false, 740)]
public float rotAngle;
[DNAFieldAttribute(4, "float", 49, "drotAngle", "float", false, 744)]
public float drotAngle;
[DNAFieldAttribute(64, "float", 50, "parentinv[4][4]", "System.Single[,]", false, 748)]
[DNAArrayAttribute(64, "float", 50, "parentinv[4][4]", "System.Single[,]", 8, 748)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(64, "float", 51, "constinv[4][4]", "System.Single[,]", false, 812)]
[DNAArrayAttribute(64, "float", 51, "constinv[4][4]", "System.Single[,]", 8, 812)]
public float[,] constinv = new System.Single[4,4];
[DNAFieldAttribute(4, "int", 52, "lay", "int", false, 876)]
public int lay;
@@ -167,9 +167,9 @@ namespace BlendFile.DNA {
public short index;
[DNAFieldAttribute(2, "short", 75, "actdef", "short", false, 922)]
public short actdef;
[DNAFieldAttribute(4, "char", 76, "_pad2[4]", "System.Char[]", false, 924)]
[DNAArrayAttribute(4, "char", 76, "_pad2[4]", "System.Char[]", 4, 924)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(16, "float", 77, "col[4]", "System.Single[]", false, 928)]
[DNAArrayAttribute(16, "float", 77, "col[4]", "System.Single[]", 4, 928)]
public float[] col = new System.Single[4];
[DNAFieldAttribute(2, "short", 78, "softflag", "short", false, 944)]
public short softflag;
@@ -179,7 +179,7 @@ namespace BlendFile.DNA {
public short shapenr;
[DNAFieldAttribute(1, "char", 81, "shapeflag", "char", false, 950)]
public char shapeflag;
[DNAFieldAttribute(1, "char", 82, "_pad3[1]", "System.Char[]", false, 951)]
[DNAArrayAttribute(1, "char", 82, "_pad3[1]", "System.Char[]", 1, 951)]
public char[] _pad3 = new System.Char[1];
[DNAFieldAttribute(16, "ListBase", 83, "constraints", "ListBase", false, 952)]
public ListBase constraints;
@@ -203,7 +203,7 @@ namespace BlendFile.DNA {
public RigidBodyOb rigidbody_object;
[DNAFieldAttribute(8, "RigidBodyCon", 93, "*rigidbody_constraint", "RigidBodyCon", true, 1072)]
public RigidBodyCon rigidbody_constraint;
[DNAFieldAttribute(8, "float", 94, "ima_ofs[2]", "System.Single[]", false, 1080)]
[DNAArrayAttribute(8, "float", 94, "ima_ofs[2]", "System.Single[]", 2, 1080)]
public float[] ima_ofs = new System.Single[2];
[DNAFieldAttribute(8, "ImageUser", 95, "*iuser", "ImageUser", true, 1088)]
public ImageUser iuser;
@@ -215,7 +215,7 @@ namespace BlendFile.DNA {
public char empty_image_flag;
[DNAFieldAttribute(1, "uchar", 99, "modifier_flag", "uchar", false, 1099)]
public byte modifier_flag;
[DNAFieldAttribute(4, "char", 100, "_pad8[4]", "System.Char[]", false, 1100)]
[DNAArrayAttribute(4, "char", 100, "_pad8[4]", "System.Char[]", 4, 1100)]
public char[] _pad8 = new System.Char[4];
[DNAFieldAttribute(8, "PreviewImage", 101, "*preview", "PreviewImage", true, 1104)]
public PreviewImage preview;