regenerate files
This commit is contained in:
@@ -13,23 +13,23 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(795, "RigidBodyWorld")]
|
||||
[DNAClassAttribute(795, "RigidBodyWorld", 88)]
|
||||
public class RigidBodyWorld {
|
||||
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 4, true)]
|
||||
[DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(1, "Collection", "*group", "Collection", 8, true)]
|
||||
public Collection ptr_group;
|
||||
[DNAFieldAttribute(2, "Object", "**objects", "Object", 4, true)]
|
||||
[DNAFieldAttribute(2, "Object", "**objects", "Object", 8, true)]
|
||||
public Object ptr_ptr_objects;
|
||||
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 8, true)]
|
||||
public Collection ptr_constraints;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "float", "ltime", "float", 4, false)]
|
||||
public float ltime;
|
||||
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 4, true)]
|
||||
[DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 8, true)]
|
||||
public RigidBodyWorld_Shared ptr_shared;
|
||||
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 4, true)]
|
||||
[DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 8, true)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16, false)]
|
||||
public ListBase ptcaches;
|
||||
|
||||
Reference in New Issue
Block a user