Regenerated codefiles
This commit is contained in:
@@ -15,119 +15,119 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(760, "SoftBody", 480)]
|
||||
public class SoftBody {
|
||||
[DNAFieldAttribute(0, "int", "totpoint", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "totpoint", "int", false, 0)]
|
||||
public int totpoint;
|
||||
[DNAFieldAttribute(1, "int", "totspring", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "totspring", "int", false, 4)]
|
||||
public int totspring;
|
||||
[DNAFieldAttribute(2, "BodyPoint", "*bpoint", "BodyPoint", 8, true, 8)]
|
||||
public BodyPoint ptr_bpoint;
|
||||
[DNAFieldAttribute(3, "BodySpring", "*bspring", "BodySpring", 8, true, 16)]
|
||||
public BodySpring ptr_bspring;
|
||||
[DNAFieldAttribute(4, "char", "_pad", "char", 1, false, 24)]
|
||||
[DNAFieldAttribute(8, "BodyPoint", 2, "*bpoint", "BodyPoint", true, 8)]
|
||||
public BodyPoint bpoint;
|
||||
[DNAFieldAttribute(8, "BodySpring", 3, "*bspring", "BodySpring", true, 16)]
|
||||
public BodySpring bspring;
|
||||
[DNAFieldAttribute(1, "char", 4, "_pad", "char", false, 24)]
|
||||
public char _pad;
|
||||
[DNAFieldAttribute(5, "char", "msg_lock", "char", 1, false, 25)]
|
||||
[DNAFieldAttribute(1, "char", 5, "msg_lock", "char", false, 25)]
|
||||
public char msg_lock;
|
||||
[DNAFieldAttribute(6, "short", "msg_value", "short", 2, false, 26)]
|
||||
[DNAFieldAttribute(2, "short", 6, "msg_value", "short", false, 26)]
|
||||
public short msg_value;
|
||||
[DNAFieldAttribute(7, "float", "nodemass", "float", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "float", 7, "nodemass", "float", false, 28)]
|
||||
public float nodemass;
|
||||
[DNAFieldAttribute(8, "char", "namedVG_Mass[64]", "System.Char[]", 64, false, 32)]
|
||||
[DNAFieldAttribute(64, "char", 8, "namedVG_Mass[64]", "System.Char[]", false, 32)]
|
||||
public char[] namedVG_Mass = new System.Char[64];
|
||||
[DNAFieldAttribute(9, "float", "grav", "float", 4, false, 96)]
|
||||
[DNAFieldAttribute(4, "float", 9, "grav", "float", false, 96)]
|
||||
public float grav;
|
||||
[DNAFieldAttribute(10, "float", "mediafrict", "float", 4, false, 100)]
|
||||
[DNAFieldAttribute(4, "float", 10, "mediafrict", "float", false, 100)]
|
||||
public float mediafrict;
|
||||
[DNAFieldAttribute(11, "float", "rklimit", "float", 4, false, 104)]
|
||||
[DNAFieldAttribute(4, "float", 11, "rklimit", "float", false, 104)]
|
||||
public float rklimit;
|
||||
[DNAFieldAttribute(12, "float", "physics_speed", "float", 4, false, 108)]
|
||||
[DNAFieldAttribute(4, "float", 12, "physics_speed", "float", false, 108)]
|
||||
public float physics_speed;
|
||||
[DNAFieldAttribute(13, "float", "goalspring", "float", 4, false, 112)]
|
||||
[DNAFieldAttribute(4, "float", 13, "goalspring", "float", false, 112)]
|
||||
public float goalspring;
|
||||
[DNAFieldAttribute(14, "float", "goalfrict", "float", 4, false, 116)]
|
||||
[DNAFieldAttribute(4, "float", 14, "goalfrict", "float", false, 116)]
|
||||
public float goalfrict;
|
||||
[DNAFieldAttribute(15, "float", "mingoal", "float", 4, false, 120)]
|
||||
[DNAFieldAttribute(4, "float", 15, "mingoal", "float", false, 120)]
|
||||
public float mingoal;
|
||||
[DNAFieldAttribute(16, "float", "maxgoal", "float", 4, false, 124)]
|
||||
[DNAFieldAttribute(4, "float", 16, "maxgoal", "float", false, 124)]
|
||||
public float maxgoal;
|
||||
[DNAFieldAttribute(17, "float", "defgoal", "float", 4, false, 128)]
|
||||
[DNAFieldAttribute(4, "float", 17, "defgoal", "float", false, 128)]
|
||||
public float defgoal;
|
||||
[DNAFieldAttribute(18, "short", "vertgroup", "short", 2, false, 132)]
|
||||
[DNAFieldAttribute(2, "short", 18, "vertgroup", "short", false, 132)]
|
||||
public short vertgroup;
|
||||
[DNAFieldAttribute(19, "char", "namedVG_Softgoal[64]", "System.Char[]", 64, false, 134)]
|
||||
[DNAFieldAttribute(64, "char", 19, "namedVG_Softgoal[64]", "System.Char[]", false, 134)]
|
||||
public char[] namedVG_Softgoal = new System.Char[64];
|
||||
[DNAFieldAttribute(20, "short", "fuzzyness", "short", 2, false, 198)]
|
||||
[DNAFieldAttribute(2, "short", 20, "fuzzyness", "short", false, 198)]
|
||||
public short fuzzyness;
|
||||
[DNAFieldAttribute(21, "float", "inspring", "float", 4, false, 200)]
|
||||
[DNAFieldAttribute(4, "float", 21, "inspring", "float", false, 200)]
|
||||
public float inspring;
|
||||
[DNAFieldAttribute(22, "float", "infrict", "float", 4, false, 204)]
|
||||
[DNAFieldAttribute(4, "float", 22, "infrict", "float", false, 204)]
|
||||
public float infrict;
|
||||
[DNAFieldAttribute(23, "char", "namedVG_Spring_K[64]", "System.Char[]", 64, false, 208)]
|
||||
[DNAFieldAttribute(64, "char", 23, "namedVG_Spring_K[64]", "System.Char[]", false, 208)]
|
||||
public char[] namedVG_Spring_K = new System.Char[64];
|
||||
[DNAFieldAttribute(24, "char", "_pad1[6]", "System.Char[]", 6, false, 272)]
|
||||
[DNAFieldAttribute(6, "char", 24, "_pad1[6]", "System.Char[]", false, 272)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(25, "char", "local", "char", 1, false, 278)]
|
||||
[DNAFieldAttribute(1, "char", 25, "local", "char", false, 278)]
|
||||
public char local;
|
||||
[DNAFieldAttribute(26, "char", "solverflags", "char", 1, false, 279)]
|
||||
[DNAFieldAttribute(1, "char", 26, "solverflags", "char", false, 279)]
|
||||
public char solverflags;
|
||||
[DNAFieldAttribute(27, "SBVertex", "**keys", "SBVertex", 8, true, 280)]
|
||||
public SBVertex ptr_ptr_keys;
|
||||
[DNAFieldAttribute(28, "int", "totpointkey", "int", 4, false, 288)]
|
||||
[DNAFieldAttribute(8, "SBVertex", 27, "**keys", "SBVertex", true, 280)]
|
||||
public SBVertex keys;
|
||||
[DNAFieldAttribute(4, "int", 28, "totpointkey", "int", false, 288)]
|
||||
public int totpointkey;
|
||||
[DNAFieldAttribute(29, "int", "totkey", "int", 4, false, 292)]
|
||||
[DNAFieldAttribute(4, "int", 29, "totkey", "int", false, 292)]
|
||||
public int totkey;
|
||||
[DNAFieldAttribute(30, "float", "secondspring", "float", 4, false, 296)]
|
||||
[DNAFieldAttribute(4, "float", 30, "secondspring", "float", false, 296)]
|
||||
public float secondspring;
|
||||
[DNAFieldAttribute(31, "float", "colball", "float", 4, false, 300)]
|
||||
[DNAFieldAttribute(4, "float", 31, "colball", "float", false, 300)]
|
||||
public float colball;
|
||||
[DNAFieldAttribute(32, "float", "balldamp", "float", 4, false, 304)]
|
||||
[DNAFieldAttribute(4, "float", 32, "balldamp", "float", false, 304)]
|
||||
public float balldamp;
|
||||
[DNAFieldAttribute(33, "float", "ballstiff", "float", 4, false, 308)]
|
||||
[DNAFieldAttribute(4, "float", 33, "ballstiff", "float", false, 308)]
|
||||
public float ballstiff;
|
||||
[DNAFieldAttribute(34, "short", "sbc_mode", "short", 2, false, 312)]
|
||||
[DNAFieldAttribute(2, "short", 34, "sbc_mode", "short", false, 312)]
|
||||
public short sbc_mode;
|
||||
[DNAFieldAttribute(35, "short", "aeroedge", "short", 2, false, 314)]
|
||||
[DNAFieldAttribute(2, "short", 35, "aeroedge", "short", false, 314)]
|
||||
public short aeroedge;
|
||||
[DNAFieldAttribute(36, "short", "minloops", "short", 2, false, 316)]
|
||||
[DNAFieldAttribute(2, "short", 36, "minloops", "short", false, 316)]
|
||||
public short minloops;
|
||||
[DNAFieldAttribute(37, "short", "maxloops", "short", 2, false, 318)]
|
||||
[DNAFieldAttribute(2, "short", 37, "maxloops", "short", false, 318)]
|
||||
public short maxloops;
|
||||
[DNAFieldAttribute(38, "short", "choke", "short", 2, false, 320)]
|
||||
[DNAFieldAttribute(2, "short", 38, "choke", "short", false, 320)]
|
||||
public short choke;
|
||||
[DNAFieldAttribute(39, "short", "solver_ID", "short", 2, false, 322)]
|
||||
[DNAFieldAttribute(2, "short", 39, "solver_ID", "short", false, 322)]
|
||||
public short solver_ID;
|
||||
[DNAFieldAttribute(40, "short", "plastic", "short", 2, false, 324)]
|
||||
[DNAFieldAttribute(2, "short", 40, "plastic", "short", false, 324)]
|
||||
public short plastic;
|
||||
[DNAFieldAttribute(41, "short", "springpreload", "short", 2, false, 326)]
|
||||
[DNAFieldAttribute(2, "short", 41, "springpreload", "short", false, 326)]
|
||||
public short springpreload;
|
||||
[DNAFieldAttribute(42, "SBScratch", "*scratch", "SBScratch", 8, true, 328)]
|
||||
public SBScratch ptr_scratch;
|
||||
[DNAFieldAttribute(43, "float", "shearstiff", "float", 4, false, 336)]
|
||||
[DNAFieldAttribute(8, "SBScratch", 42, "*scratch", "SBScratch", true, 328)]
|
||||
public SBScratch scratch;
|
||||
[DNAFieldAttribute(4, "float", 43, "shearstiff", "float", false, 336)]
|
||||
public float shearstiff;
|
||||
[DNAFieldAttribute(44, "float", "inpush", "float", 4, false, 340)]
|
||||
[DNAFieldAttribute(4, "float", 44, "inpush", "float", false, 340)]
|
||||
public float inpush;
|
||||
[DNAFieldAttribute(45, "SoftBody_Shared", "*shared", "SoftBody_Shared", 8, true, 344)]
|
||||
public SoftBody_Shared ptr_shared;
|
||||
[DNAFieldAttribute(46, "PointCache", "*pointcache", "PointCache", 8, true, 352)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(47, "ListBase", "ptcaches", "ListBase", 16, false, 360)]
|
||||
[DNAFieldAttribute(8, "SoftBody_Shared", 45, "*shared", "SoftBody_Shared", true, 344)]
|
||||
public SoftBody_Shared shared;
|
||||
[DNAFieldAttribute(8, "PointCache", 46, "*pointcache", "PointCache", true, 352)]
|
||||
public PointCache pointcache;
|
||||
[DNAFieldAttribute(16, "ListBase", 47, "ptcaches", "ListBase", false, 360)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(48, "Collection", "*collision_group", "Collection", 8, true, 376)]
|
||||
public Collection ptr_collision_group;
|
||||
[DNAFieldAttribute(49, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true, 384)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(50, "float", "lcom[3]", "System.Single[]", 12, false, 392)]
|
||||
[DNAFieldAttribute(8, "Collection", 48, "*collision_group", "Collection", true, 376)]
|
||||
public Collection collision_group;
|
||||
[DNAFieldAttribute(8, "EffectorWeights", 49, "*effector_weights", "EffectorWeights", true, 384)]
|
||||
public EffectorWeights effector_weights;
|
||||
[DNAFieldAttribute(12, "float", 50, "lcom[3]", "System.Single[]", false, 392)]
|
||||
public float[] lcom = new System.Single[3];
|
||||
[DNAFieldAttribute(51, "float", "lrot[3][3]", "System.Single[,]", 36, false, 404)]
|
||||
[DNAFieldAttribute(36, "float", 51, "lrot[3][3]", "System.Single[,]", false, 404)]
|
||||
public float[,] lrot = new System.Single[3,3];
|
||||
[DNAFieldAttribute(52, "float", "lscale[3][3]", "System.Single[,]", 36, false, 440)]
|
||||
[DNAFieldAttribute(36, "float", 52, "lscale[3][3]", "System.Single[,]", false, 440)]
|
||||
public float[,] lscale = new System.Single[3,3];
|
||||
[DNAFieldAttribute(53, "int", "last_frame", "int", 4, false, 476)]
|
||||
[DNAFieldAttribute(4, "int", 53, "last_frame", "int", false, 476)]
|
||||
public int last_frame;
|
||||
public SoftBody() {
|
||||
this.totpoint = default;
|
||||
this.totspring = default;
|
||||
this.ptr_bpoint = default;
|
||||
this.ptr_bspring = default;
|
||||
this.bpoint = default;
|
||||
this.bspring = default;
|
||||
this._pad = default;
|
||||
this.msg_lock = default;
|
||||
this.msg_value = default;
|
||||
@@ -151,7 +151,7 @@ namespace BlendFile.DNA {
|
||||
this._pad1 = default;
|
||||
this.local = default;
|
||||
this.solverflags = default;
|
||||
this.ptr_ptr_keys = default;
|
||||
this.keys = default;
|
||||
this.totpointkey = default;
|
||||
this.totkey = default;
|
||||
this.secondspring = default;
|
||||
@@ -166,14 +166,14 @@ namespace BlendFile.DNA {
|
||||
this.solver_ID = default;
|
||||
this.plastic = default;
|
||||
this.springpreload = default;
|
||||
this.ptr_scratch = default;
|
||||
this.scratch = default;
|
||||
this.shearstiff = default;
|
||||
this.inpush = default;
|
||||
this.ptr_shared = default;
|
||||
this.ptr_pointcache = default;
|
||||
this.shared = default;
|
||||
this.pointcache = default;
|
||||
this.ptcaches = default;
|
||||
this.ptr_collision_group = default;
|
||||
this.ptr_effector_weights = default;
|
||||
this.collision_group = default;
|
||||
this.effector_weights = default;
|
||||
this.lcom = default;
|
||||
this.lrot = default;
|
||||
this.lscale = default;
|
||||
@@ -182,8 +182,8 @@ namespace BlendFile.DNA {
|
||||
public SoftBody(
|
||||
int totpoint,
|
||||
int totspring,
|
||||
BodyPoint ptr_bpoint,
|
||||
BodySpring ptr_bspring,
|
||||
BodyPoint bpoint,
|
||||
BodySpring bspring,
|
||||
char _pad,
|
||||
char msg_lock,
|
||||
short msg_value,
|
||||
@@ -207,7 +207,7 @@ namespace BlendFile.DNA {
|
||||
char[] _pad1,
|
||||
char local,
|
||||
char solverflags,
|
||||
SBVertex ptr_ptr_keys,
|
||||
SBVertex keys,
|
||||
int totpointkey,
|
||||
int totkey,
|
||||
float secondspring,
|
||||
@@ -222,22 +222,22 @@ namespace BlendFile.DNA {
|
||||
short solver_ID,
|
||||
short plastic,
|
||||
short springpreload,
|
||||
SBScratch ptr_scratch,
|
||||
SBScratch scratch,
|
||||
float shearstiff,
|
||||
float inpush,
|
||||
SoftBody_Shared ptr_shared,
|
||||
PointCache ptr_pointcache,
|
||||
SoftBody_Shared shared,
|
||||
PointCache pointcache,
|
||||
ListBase ptcaches,
|
||||
Collection ptr_collision_group,
|
||||
EffectorWeights ptr_effector_weights,
|
||||
Collection collision_group,
|
||||
EffectorWeights effector_weights,
|
||||
float[] lcom,
|
||||
float[,] lrot,
|
||||
float[,] lscale,
|
||||
int last_frame) {
|
||||
this.totpoint = totpoint;
|
||||
this.totspring = totspring;
|
||||
this.ptr_bpoint = ptr_bpoint;
|
||||
this.ptr_bspring = ptr_bspring;
|
||||
this.bpoint = bpoint;
|
||||
this.bspring = bspring;
|
||||
this._pad = _pad;
|
||||
this.msg_lock = msg_lock;
|
||||
this.msg_value = msg_value;
|
||||
@@ -261,7 +261,7 @@ namespace BlendFile.DNA {
|
||||
this._pad1 = _pad1;
|
||||
this.local = local;
|
||||
this.solverflags = solverflags;
|
||||
this.ptr_ptr_keys = ptr_ptr_keys;
|
||||
this.keys = keys;
|
||||
this.totpointkey = totpointkey;
|
||||
this.totkey = totkey;
|
||||
this.secondspring = secondspring;
|
||||
@@ -276,14 +276,14 @@ namespace BlendFile.DNA {
|
||||
this.solver_ID = solver_ID;
|
||||
this.plastic = plastic;
|
||||
this.springpreload = springpreload;
|
||||
this.ptr_scratch = ptr_scratch;
|
||||
this.scratch = scratch;
|
||||
this.shearstiff = shearstiff;
|
||||
this.inpush = inpush;
|
||||
this.ptr_shared = ptr_shared;
|
||||
this.ptr_pointcache = ptr_pointcache;
|
||||
this.shared = shared;
|
||||
this.pointcache = pointcache;
|
||||
this.ptcaches = ptcaches;
|
||||
this.ptr_collision_group = ptr_collision_group;
|
||||
this.ptr_effector_weights = ptr_effector_weights;
|
||||
this.collision_group = collision_group;
|
||||
this.effector_weights = effector_weights;
|
||||
this.lcom = lcom;
|
||||
this.lrot = lrot;
|
||||
this.lscale = lscale;
|
||||
|
||||
Reference in New Issue
Block a user