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

@@ -123,6 +123,62 @@ namespace BlendFile.DNA {
public float[,] lscale = new System.Single[3,3];
[DNAFieldAttribute(53, "int", "last_frame", 4)]
public int last_frame;
public SoftBody() {
this.totpoint = default;
this.totspring = default;
this.ptr_bpoint = default;
this.ptr_bspring = default;
this._pad = default;
this.msg_lock = default;
this.msg_value = default;
this.nodemass = default;
this.namedVG_Mass = default;
this.grav = default;
this.mediafrict = default;
this.rklimit = default;
this.physics_speed = default;
this.goalspring = default;
this.goalfrict = default;
this.mingoal = default;
this.maxgoal = default;
this.defgoal = default;
this.vertgroup = default;
this.namedVG_Softgoal = default;
this.fuzzyness = default;
this.inspring = default;
this.infrict = default;
this.namedVG_Spring_K = default;
this._pad1 = default;
this.local = default;
this.solverflags = default;
this.ptr_ptr_keys = default;
this.totpointkey = default;
this.totkey = default;
this.secondspring = default;
this.colball = default;
this.balldamp = default;
this.ballstiff = default;
this.sbc_mode = default;
this.aeroedge = default;
this.minloops = default;
this.maxloops = default;
this.choke = default;
this.solver_ID = default;
this.plastic = default;
this.springpreload = default;
this.ptr_scratch = default;
this.shearstiff = default;
this.inpush = default;
this.ptr_shared = default;
this.ptr_pointcache = default;
this.ptcaches = default;
this.ptr_collision_group = default;
this.ptr_effector_weights = default;
this.lcom = default;
this.lrot = default;
this.lscale = default;
this.last_frame = default;
}
public SoftBody(
int totpoint,
int totspring,