regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(795, "RigidBodyWorld")]
public class RigidBodyWorld {
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)]
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 4, true)]
public EffectorWeights ptr_effector_weights;
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 376)]
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 4, true)]
public Collection ptr_group;
[DNAFieldAttribute(2, "Object", "**objects", "Object", 1160)]
[DNAFieldAttribute(2, "Object", "**objects", "Object", 4, true)]
public Object ptr_ptr_objects;
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 376)]
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 4, true)]
public Collection ptr_constraints;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "float", "ltime", "float", 4)]
[DNAFieldAttribute(5, "float", "ltime", "float", 4, false)]
public float ltime;
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 32)]
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 4, true)]
public RigidBodyWorld_Shared ptr_shared;
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 1392)]
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 4, true)]
public PointCache ptr_pointcache;
[DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16)]
[DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16, false)]
public ListBase ptcaches;
[DNAFieldAttribute(9, "int", "numbodies", "int", 4)]
[DNAFieldAttribute(9, "int", "numbodies", "int", 4, false)]
public int numbodies;
[DNAFieldAttribute(10, "short", "steps_per_second", "short", 2)]
[DNAFieldAttribute(10, "short", "steps_per_second", "short", 2, false)]
public short steps_per_second;
[DNAFieldAttribute(11, "short", "num_solver_iterations", "short", 2)]
[DNAFieldAttribute(11, "short", "num_solver_iterations", "short", 2, false)]
public short num_solver_iterations;
[DNAFieldAttribute(12, "int", "flag", "int", 4)]
[DNAFieldAttribute(12, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(13, "float", "time_scale", "float", 4)]
[DNAFieldAttribute(13, "float", "time_scale", "float", 4, false)]
public float time_scale;
public RigidBodyWorld() {
this.ptr_effector_weights = default;