Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -51,6 +51,26 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", 0)]
public RigidBodyOb_Shared ptr_shared;
public RigidBodyOb() {
this.type = default;
this.shape = default;
this.flag = default;
this.col_groups = default;
this.mesh_source = default;
this._pad = default;
this.mass = default;
this.friction = default;
this.restitution = default;
this.margin = default;
this.lin_damping = default;
this.ang_damping = default;
this.lin_sleep_thresh = default;
this.ang_sleep_thresh = default;
this.orn = default;
this.pos = default;
this._pad1 = default;
this.ptr_shared = default;
}
public RigidBodyOb(
short type,
short shape,