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,7 +25,7 @@ namespace BlendFile.DNA {
public int col_groups;
[DNAFieldAttribute(2, "short", 4, "mesh_source", "short", false, 12)]
public short mesh_source;
[DNAArrayAttribute(2, "char", 5, "_pad[2]", "System.Char[]", 2, 14)]
[DNAArrayAttribute(2, "char", 5, "_pad[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(16, "float", 14, "orn[4]", "System.Single[]", 4, 48)]
[DNAArrayAttribute(16, "float", 14, "orn[4]", "System.Single[]", 4, false, 48)]
public float[] orn = new System.Single[4];
[DNAArrayAttribute(12, "float", 15, "pos[3]", "System.Single[]", 3, 64)]
[DNAArrayAttribute(12, "float", 15, "pos[3]", "System.Single[]", 3, false, 64)]
public float[] pos = new System.Single[3];
[DNAArrayAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", 4, 76)]
[DNAArrayAttribute(4, "char", 16, "_pad1[4]", "System.Char[]", 4, false, 76)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "RigidBodyOb_Shared", 17, "*shared", "RigidBodyOb_Shared", true, 80)]
public RigidBodyOb_Shared shared;