Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(795, "RigidBodyWorld", 88)]
|
||||
public class RigidBodyWorld {
|
||||
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true)]
|
||||
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true, 0)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 8, true)]
|
||||
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 8, true, 8)]
|
||||
public Collection ptr_group;
|
||||
[DNAFieldAttribute(2, "Object", "**objects", "Object", 8, true)]
|
||||
[DNAFieldAttribute(2, "Object", "**objects", "Object", 8, true, 16)]
|
||||
public Object ptr_ptr_objects;
|
||||
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 8, true)]
|
||||
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 8, true, 24)]
|
||||
public Collection ptr_constraints;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 32)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "float", "ltime", "float", 4, false)]
|
||||
[DNAFieldAttribute(5, "float", "ltime", "float", 4, false, 36)]
|
||||
public float ltime;
|
||||
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 8, true)]
|
||||
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 8, true, 40)]
|
||||
public RigidBodyWorld_Shared ptr_shared;
|
||||
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 8, true)]
|
||||
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 8, true, 48)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16, false, 56)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(9, "int", "numbodies", "int", 4, false)]
|
||||
[DNAFieldAttribute(9, "int", "numbodies", "int", 4, false, 72)]
|
||||
public int numbodies;
|
||||
[DNAFieldAttribute(10, "short", "steps_per_second", "short", 2, false)]
|
||||
[DNAFieldAttribute(10, "short", "steps_per_second", "short", 2, false, 76)]
|
||||
public short steps_per_second;
|
||||
[DNAFieldAttribute(11, "short", "num_solver_iterations", "short", 2, false)]
|
||||
[DNAFieldAttribute(11, "short", "num_solver_iterations", "short", 2, false, 78)]
|
||||
public short num_solver_iterations;
|
||||
[DNAFieldAttribute(12, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(12, "int", "flag", "int", 4, false, 80)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(13, "float", "time_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(13, "float", "time_scale", "float", 4, false, 84)]
|
||||
public float time_scale;
|
||||
public RigidBodyWorld() {
|
||||
this.ptr_effector_weights = default;
|
||||
|
||||
Reference in New Issue
Block a user