regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(760, "SoftBody")]
|
||||
[DNAClassAttribute(760, "SoftBody", 480)]
|
||||
public class SoftBody {
|
||||
[DNAFieldAttribute(0, "int", "totpoint", "int", 4, false)]
|
||||
public int totpoint;
|
||||
[DNAFieldAttribute(1, "int", "totspring", "int", 4, false)]
|
||||
public int totspring;
|
||||
[DNAFieldAttribute(2, "BodyPoint", "*bpoint", "BodyPoint", 4, true)]
|
||||
[DNAFieldAttribute(2, "BodyPoint", "*bpoint", "BodyPoint", 8, true)]
|
||||
public BodyPoint ptr_bpoint;
|
||||
[DNAFieldAttribute(3, "BodySpring", "*bspring", "BodySpring", 4, true)]
|
||||
[DNAFieldAttribute(3, "BodySpring", "*bspring", "BodySpring", 8, true)]
|
||||
public BodySpring ptr_bspring;
|
||||
[DNAFieldAttribute(4, "char", "_pad", "char", 1, false)]
|
||||
public char _pad;
|
||||
@@ -69,7 +69,7 @@ namespace BlendFile.DNA {
|
||||
public char local;
|
||||
[DNAFieldAttribute(26, "char", "solverflags", "char", 1, false)]
|
||||
public char solverflags;
|
||||
[DNAFieldAttribute(27, "SBVertex", "**keys", "SBVertex", 4, true)]
|
||||
[DNAFieldAttribute(27, "SBVertex", "**keys", "SBVertex", 8, true)]
|
||||
public SBVertex ptr_ptr_keys;
|
||||
[DNAFieldAttribute(28, "int", "totpointkey", "int", 4, false)]
|
||||
public int totpointkey;
|
||||
@@ -99,21 +99,21 @@ namespace BlendFile.DNA {
|
||||
public short plastic;
|
||||
[DNAFieldAttribute(41, "short", "springpreload", "short", 2, false)]
|
||||
public short springpreload;
|
||||
[DNAFieldAttribute(42, "SBScratch", "*scratch", "SBScratch", 4, true)]
|
||||
[DNAFieldAttribute(42, "SBScratch", "*scratch", "SBScratch", 8, true)]
|
||||
public SBScratch ptr_scratch;
|
||||
[DNAFieldAttribute(43, "float", "shearstiff", "float", 4, false)]
|
||||
public float shearstiff;
|
||||
[DNAFieldAttribute(44, "float", "inpush", "float", 4, false)]
|
||||
public float inpush;
|
||||
[DNAFieldAttribute(45, "SoftBody_Shared", "*shared", "SoftBody_Shared", 4, true)]
|
||||
[DNAFieldAttribute(45, "SoftBody_Shared", "*shared", "SoftBody_Shared", 8, true)]
|
||||
public SoftBody_Shared ptr_shared;
|
||||
[DNAFieldAttribute(46, "PointCache", "*pointcache", "PointCache", 4, true)]
|
||||
[DNAFieldAttribute(46, "PointCache", "*pointcache", "PointCache", 8, true)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(47, "ListBase", "ptcaches", "ListBase", 16, false)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(48, "Collection", "*collision_group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(48, "Collection", "*collision_group", "Collection", 8, true)]
|
||||
public Collection ptr_collision_group;
|
||||
[DNAFieldAttribute(49, "EffectorWeights", "*effector_weights", "EffectorWeights", 4, true)]
|
||||
[DNAFieldAttribute(49, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(50, "float", "lcom[3]", "System.Single[]", 12, false)]
|
||||
public float[] lcom = new System.Single[3];
|
||||
|
||||
Reference in New Issue
Block a user