Regenerated all the files
This commit is contained in:
@@ -11,61 +11,116 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class ParticleSystem {
|
||||
[DNAFieldAttribute(0, "ParticleSystem", "*next", 696)]
|
||||
public ParticleSystem ptr_next;
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*prev", 696)]
|
||||
public ParticleSystem ptr_prev;
|
||||
[DNAFieldAttribute(2, "ParticleSettings", "*part", 968)]
|
||||
public ParticleSettings ptr_part;
|
||||
[DNAFieldAttribute(3, "ParticleData", "*particles", 200)]
|
||||
public ParticleData ptr_particles;
|
||||
[DNAFieldAttribute(4, "ChildParticle", "*child", 64)]
|
||||
public ChildParticle ptr_child;
|
||||
[DNAFieldAttribute(5, "PTCacheEdit", "*edit", 0)]
|
||||
public PTCacheEdit ptr_edit;
|
||||
[DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", 0)]
|
||||
public ParticleCacheKey ptr_ptr_pathcache;
|
||||
[DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", 0)]
|
||||
public ParticleCacheKey ptr_ptr_childcache;
|
||||
[DNAFieldAttribute(9, "ListBase", "pathcachebufs", 16)]
|
||||
public ListBase pathcachebufs;
|
||||
[DNAFieldAttribute(10, "ListBase", "childcachebufs", 16)]
|
||||
public ListBase childcachebufs;
|
||||
[DNAFieldAttribute(11, "ClothModifierData", "*clmd", 224)]
|
||||
public ClothModifierData ptr_clmd;
|
||||
[DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", 1712)]
|
||||
public Mesh ptr_hair_in_mesh;
|
||||
[DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", 1712)]
|
||||
public Mesh ptr_hair_out_mesh;
|
||||
[DNAFieldAttribute(14, "Object", "*target_ob", 1160)]
|
||||
public Object ptr_target_ob;
|
||||
[DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", 0)]
|
||||
public LatticeDeformData ptr_lattice_deform_data;
|
||||
[DNAFieldAttribute(16, "Object", "*parent", 1160)]
|
||||
public Object ptr_parent;
|
||||
[DNAFieldAttribute(17, "ListBase", "targets", 16)]
|
||||
public ListBase targets;
|
||||
[DNAFieldAttribute(18, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(19, "float", "imat[4][4]", 4)]
|
||||
public float[,] imat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(20, "float", "cfra", 4)]
|
||||
public float cfra;
|
||||
[DNAFieldAttribute(21, "float", "tree_frame", 4)]
|
||||
public float tree_frame;
|
||||
[DNAFieldAttribute(22, "float", "bvhtree_frame", 4)]
|
||||
public float bvhtree_frame;
|
||||
[DNAFieldAttribute(23, "int", "seed", 4)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(24, "int", "child_seed", 4)]
|
||||
public int child_seed;
|
||||
[DNAFieldAttribute(25, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(26, "int", "totpart", 4)]
|
||||
public int totpart;
|
||||
[DNAFieldAttribute(27, "int", "totunexist", 4)]
|
||||
public int totunexist;
|
||||
[DNAFieldAttribute(28, "int", "totchild", 4)]
|
||||
public int totchild;
|
||||
[DNAFieldAttribute(29, "int", "totcached", 4)]
|
||||
public int totcached;
|
||||
[DNAFieldAttribute(30, "int", "totchildcache", 4)]
|
||||
public int totchildcache;
|
||||
[DNAFieldAttribute(31, "int", "recalc", 4)]
|
||||
public int recalc;
|
||||
[DNAFieldAttribute(32, "short", "target_psys", 2)]
|
||||
public short target_psys;
|
||||
[DNAFieldAttribute(33, "short", "totkeyed", 2)]
|
||||
public short totkeyed;
|
||||
[DNAFieldAttribute(34, "short", "bakespace", 2)]
|
||||
public short bakespace;
|
||||
[DNAFieldAttribute(35, "char", "_pad1[6]", 1)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(36, "char", "bb_uvname[3][68]", 1)]
|
||||
public char[,] bb_uvname = new System.Char[3,68];
|
||||
[DNAFieldAttribute(37, "char", "_pad2[4]", 1)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(38, "short", "vgroup[13]", 2)]
|
||||
public short[] vgroup = new System.Int16[13];
|
||||
[DNAFieldAttribute(39, "short", "vg_neg", 2)]
|
||||
public short vg_neg;
|
||||
[DNAFieldAttribute(40, "short", "rt3", 2)]
|
||||
public short rt3;
|
||||
[DNAFieldAttribute(41, "char", "_pad3[6]", 1)]
|
||||
public char[] _pad3 = new System.Char[6];
|
||||
[DNAFieldAttribute(42, "PointCache", "*pointcache", 1392)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(43, "ListBase", "ptcaches", 16)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(44, "ListBase", "*effectors", 16)]
|
||||
public ListBase ptr_effectors;
|
||||
[DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", 16)]
|
||||
public ParticleSpring ptr_fluid_springs;
|
||||
[DNAFieldAttribute(46, "int", "tot_fluidsprings", 4)]
|
||||
public int tot_fluidsprings;
|
||||
[DNAFieldAttribute(47, "int", "alloc_fluidsprings", 4)]
|
||||
public int alloc_fluidsprings;
|
||||
[DNAFieldAttribute(48, "KDTree_3d", "*tree", 0)]
|
||||
public KDTree_3d ptr_tree;
|
||||
[DNAFieldAttribute(49, "BVHTree", "*bvhtree", 0)]
|
||||
public BVHTree ptr_bvhtree;
|
||||
[DNAFieldAttribute(50, "ParticleDrawData", "*pdd", 0)]
|
||||
public ParticleDrawData ptr_pdd;
|
||||
[DNAFieldAttribute(51, "float", "dt_frac", 4)]
|
||||
public float dt_frac;
|
||||
[DNAFieldAttribute(52, "float", "lattice_strength", 4)]
|
||||
public float lattice_strength;
|
||||
[DNAFieldAttribute(53, "void", "*batch_cache", 0)]
|
||||
public object ptr_batch_cache;
|
||||
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", 696)]
|
||||
public ParticleSystem ptr_orig_psys;
|
||||
public ParticleSystem(
|
||||
ParticleSystem ptr_next,
|
||||
|
||||
Reference in New Issue
Block a user