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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int col_groups;
[DNAFieldAttribute(2, "short", 4, "mesh_source", "short", false, 12)]
public short mesh_source;
[DNAFieldAttribute(2, "char", 5, "_pad[2]", "System.Char[]", false, 14)]
[DNAArrayAttribute(2, "char", 5, "_pad[2]", "System.Char[]", 2, 14)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "float", 6, "mass", "float", false, 16)]
public float mass;
@@ -43,11 +43,11 @@ namespace BlendFile.DNA {
public float lin_sleep_thresh;
[DNAFieldAttribute(4, "float", 13, "ang_sleep_thresh", "float", false, 44)]
public float ang_sleep_thresh;
[DNAFieldAttribute(16, "float", 14, "orn[4]", "System.Single[]", false, 48)]
[DNAArrayAttribute(16, "float", 14, "orn[4]", "System.Single[]", 4, 48)]
public float[] orn = new System.Single[4];
[DNAFieldAttribute(12, "float", 15, "pos[3]", "System.Single[]", false, 64)]
[DNAArrayAttribute(12, "float", 15, "pos[3]", "System.Single[]", 3, 64)]
public float[] pos = new System.Single[3];
[DNAFieldAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", false, 76)]
[DNAArrayAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", 4, 76)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "RigidBodyOb_Shared", 17, "*shared", "RigidBodyOb_Shared", true, 80)]
public RigidBodyOb_Shared shared;