Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,113 +15,113 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(233, "ParticleSystem", 688)]
|
||||
public class ParticleSystem {
|
||||
[DNAFieldAttribute(0, "ParticleSystem", "*next", "ParticleSystem", 8, true)]
|
||||
[DNAFieldAttribute(0, "ParticleSystem", "*next", "ParticleSystem", 8, true, 0)]
|
||||
public ParticleSystem ptr_next;
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*prev", "ParticleSystem", 8, true)]
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*prev", "ParticleSystem", 8, true, 8)]
|
||||
public ParticleSystem ptr_prev;
|
||||
[DNAFieldAttribute(2, "ParticleSettings", "*part", "ParticleSettings", 8, true)]
|
||||
[DNAFieldAttribute(2, "ParticleSettings", "*part", "ParticleSettings", 8, true, 16)]
|
||||
public ParticleSettings ptr_part;
|
||||
[DNAFieldAttribute(3, "ParticleData", "*particles", "ParticleData", 8, true)]
|
||||
[DNAFieldAttribute(3, "ParticleData", "*particles", "ParticleData", 8, true, 24)]
|
||||
public ParticleData ptr_particles;
|
||||
[DNAFieldAttribute(4, "ChildParticle", "*child", "ChildParticle", 8, true)]
|
||||
[DNAFieldAttribute(4, "ChildParticle", "*child", "ChildParticle", 8, true, 32)]
|
||||
public ChildParticle ptr_child;
|
||||
[DNAFieldAttribute(5, "PTCacheEdit", "*edit", "PTCacheEdit", 8, true)]
|
||||
[DNAFieldAttribute(5, "PTCacheEdit", "*edit", "PTCacheEdit", 8, true, 40)]
|
||||
public PTCacheEdit ptr_edit;
|
||||
[DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", "ParticleCacheKey", 8, true)]
|
||||
[DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", "ParticleCacheKey", 8, true, 48)]
|
||||
public ParticleCacheKey ptr_ptr_pathcache;
|
||||
[DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", "ParticleCacheKey", 8, true)]
|
||||
[DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", "ParticleCacheKey", 8, true, 56)]
|
||||
public ParticleCacheKey ptr_ptr_childcache;
|
||||
[DNAFieldAttribute(9, "ListBase", "pathcachebufs", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(9, "ListBase", "pathcachebufs", "ListBase", 16, false, 64)]
|
||||
public ListBase pathcachebufs;
|
||||
[DNAFieldAttribute(10, "ListBase", "childcachebufs", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(10, "ListBase", "childcachebufs", "ListBase", 16, false, 80)]
|
||||
public ListBase childcachebufs;
|
||||
[DNAFieldAttribute(11, "ClothModifierData", "*clmd", "ClothModifierData", 8, true)]
|
||||
[DNAFieldAttribute(11, "ClothModifierData", "*clmd", "ClothModifierData", 8, true, 96)]
|
||||
public ClothModifierData ptr_clmd;
|
||||
[DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", "Mesh", 8, true)]
|
||||
[DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", "Mesh", 8, true, 104)]
|
||||
public Mesh ptr_hair_in_mesh;
|
||||
[DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", "Mesh", 8, true)]
|
||||
[DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", "Mesh", 8, true, 112)]
|
||||
public Mesh ptr_hair_out_mesh;
|
||||
[DNAFieldAttribute(14, "Object", "*target_ob", "Object", 8, true)]
|
||||
[DNAFieldAttribute(14, "Object", "*target_ob", "Object", 8, true, 120)]
|
||||
public Object ptr_target_ob;
|
||||
[DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", "LatticeDeformData", 8, true)]
|
||||
[DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", "LatticeDeformData", 8, true, 128)]
|
||||
public LatticeDeformData ptr_lattice_deform_data;
|
||||
[DNAFieldAttribute(16, "Object", "*parent", "Object", 8, true)]
|
||||
[DNAFieldAttribute(16, "Object", "*parent", "Object", 8, true, 136)]
|
||||
public Object ptr_parent;
|
||||
[DNAFieldAttribute(17, "ListBase", "targets", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(17, "ListBase", "targets", "ListBase", 16, false, 144)]
|
||||
public ListBase targets;
|
||||
[DNAFieldAttribute(18, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(18, "char", "name[64]", "System.Char[]", 64, false, 160)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(19, "float", "imat[4][4]", "System.Single[,]", 64, false)]
|
||||
[DNAFieldAttribute(19, "float", "imat[4][4]", "System.Single[,]", 64, false, 224)]
|
||||
public float[,] imat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(20, "float", "cfra", "float", 4, false)]
|
||||
[DNAFieldAttribute(20, "float", "cfra", "float", 4, false, 288)]
|
||||
public float cfra;
|
||||
[DNAFieldAttribute(21, "float", "tree_frame", "float", 4, false)]
|
||||
[DNAFieldAttribute(21, "float", "tree_frame", "float", 4, false, 292)]
|
||||
public float tree_frame;
|
||||
[DNAFieldAttribute(22, "float", "bvhtree_frame", "float", 4, false)]
|
||||
[DNAFieldAttribute(22, "float", "bvhtree_frame", "float", 4, false, 296)]
|
||||
public float bvhtree_frame;
|
||||
[DNAFieldAttribute(23, "int", "seed", "int", 4, false)]
|
||||
[DNAFieldAttribute(23, "int", "seed", "int", 4, false, 300)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(24, "int", "child_seed", "int", 4, false)]
|
||||
[DNAFieldAttribute(24, "int", "child_seed", "int", 4, false, 304)]
|
||||
public int child_seed;
|
||||
[DNAFieldAttribute(25, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(25, "int", "flag", "int", 4, false, 308)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(26, "int", "totpart", "int", 4, false)]
|
||||
[DNAFieldAttribute(26, "int", "totpart", "int", 4, false, 312)]
|
||||
public int totpart;
|
||||
[DNAFieldAttribute(27, "int", "totunexist", "int", 4, false)]
|
||||
[DNAFieldAttribute(27, "int", "totunexist", "int", 4, false, 316)]
|
||||
public int totunexist;
|
||||
[DNAFieldAttribute(28, "int", "totchild", "int", 4, false)]
|
||||
[DNAFieldAttribute(28, "int", "totchild", "int", 4, false, 320)]
|
||||
public int totchild;
|
||||
[DNAFieldAttribute(29, "int", "totcached", "int", 4, false)]
|
||||
[DNAFieldAttribute(29, "int", "totcached", "int", 4, false, 324)]
|
||||
public int totcached;
|
||||
[DNAFieldAttribute(30, "int", "totchildcache", "int", 4, false)]
|
||||
[DNAFieldAttribute(30, "int", "totchildcache", "int", 4, false, 328)]
|
||||
public int totchildcache;
|
||||
[DNAFieldAttribute(31, "int", "recalc", "int", 4, false)]
|
||||
[DNAFieldAttribute(31, "int", "recalc", "int", 4, false, 332)]
|
||||
public int recalc;
|
||||
[DNAFieldAttribute(32, "short", "target_psys", "short", 2, false)]
|
||||
[DNAFieldAttribute(32, "short", "target_psys", "short", 2, false, 336)]
|
||||
public short target_psys;
|
||||
[DNAFieldAttribute(33, "short", "totkeyed", "short", 2, false)]
|
||||
[DNAFieldAttribute(33, "short", "totkeyed", "short", 2, false, 338)]
|
||||
public short totkeyed;
|
||||
[DNAFieldAttribute(34, "short", "bakespace", "short", 2, false)]
|
||||
[DNAFieldAttribute(34, "short", "bakespace", "short", 2, false, 340)]
|
||||
public short bakespace;
|
||||
[DNAFieldAttribute(35, "char", "_pad1[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(35, "char", "_pad1[6]", "System.Char[]", 6, false, 342)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(36, "char", "bb_uvname[3][68]", "System.Char[,]", 204, false)]
|
||||
[DNAFieldAttribute(36, "char", "bb_uvname[3][68]", "System.Char[,]", 204, false, 348)]
|
||||
public char[,] bb_uvname = new System.Char[3,68];
|
||||
[DNAFieldAttribute(37, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(37, "char", "_pad2[4]", "System.Char[]", 4, false, 552)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(38, "short", "vgroup[13]", "System.Int16[]", 26, false)]
|
||||
[DNAFieldAttribute(38, "short", "vgroup[13]", "System.Int16[]", 26, false, 556)]
|
||||
public short[] vgroup = new System.Int16[13];
|
||||
[DNAFieldAttribute(39, "short", "vg_neg", "short", 2, false)]
|
||||
[DNAFieldAttribute(39, "short", "vg_neg", "short", 2, false, 582)]
|
||||
public short vg_neg;
|
||||
[DNAFieldAttribute(40, "short", "rt3", "short", 2, false)]
|
||||
[DNAFieldAttribute(40, "short", "rt3", "short", 2, false, 584)]
|
||||
public short rt3;
|
||||
[DNAFieldAttribute(41, "char", "_pad3[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(41, "char", "_pad3[6]", "System.Char[]", 6, false, 586)]
|
||||
public char[] _pad3 = new System.Char[6];
|
||||
[DNAFieldAttribute(42, "PointCache", "*pointcache", "PointCache", 8, true)]
|
||||
[DNAFieldAttribute(42, "PointCache", "*pointcache", "PointCache", 8, true, 592)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(43, "ListBase", "ptcaches", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(43, "ListBase", "ptcaches", "ListBase", 16, false, 600)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(44, "ListBase", "*effectors", "ListBase", 8, true)]
|
||||
[DNAFieldAttribute(44, "ListBase", "*effectors", "ListBase", 8, true, 616)]
|
||||
public ListBase ptr_effectors;
|
||||
[DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", "ParticleSpring", 8, true)]
|
||||
[DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", "ParticleSpring", 8, true, 624)]
|
||||
public ParticleSpring ptr_fluid_springs;
|
||||
[DNAFieldAttribute(46, "int", "tot_fluidsprings", "int", 4, false)]
|
||||
[DNAFieldAttribute(46, "int", "tot_fluidsprings", "int", 4, false, 632)]
|
||||
public int tot_fluidsprings;
|
||||
[DNAFieldAttribute(47, "int", "alloc_fluidsprings", "int", 4, false)]
|
||||
[DNAFieldAttribute(47, "int", "alloc_fluidsprings", "int", 4, false, 636)]
|
||||
public int alloc_fluidsprings;
|
||||
[DNAFieldAttribute(48, "KDTree_3d", "*tree", "KDTree_3d", 8, true)]
|
||||
[DNAFieldAttribute(48, "KDTree_3d", "*tree", "KDTree_3d", 8, true, 640)]
|
||||
public KDTree_3d ptr_tree;
|
||||
[DNAFieldAttribute(49, "BVHTree", "*bvhtree", "BVHTree", 8, true)]
|
||||
[DNAFieldAttribute(49, "BVHTree", "*bvhtree", "BVHTree", 8, true, 648)]
|
||||
public BVHTree ptr_bvhtree;
|
||||
[DNAFieldAttribute(50, "ParticleDrawData", "*pdd", "ParticleDrawData", 8, true)]
|
||||
[DNAFieldAttribute(50, "ParticleDrawData", "*pdd", "ParticleDrawData", 8, true, 656)]
|
||||
public ParticleDrawData ptr_pdd;
|
||||
[DNAFieldAttribute(51, "float", "dt_frac", "float", 4, false)]
|
||||
[DNAFieldAttribute(51, "float", "dt_frac", "float", 4, false, 664)]
|
||||
public float dt_frac;
|
||||
[DNAFieldAttribute(52, "float", "lattice_strength", "float", 4, false)]
|
||||
[DNAFieldAttribute(52, "float", "lattice_strength", "float", 4, false, 668)]
|
||||
public float lattice_strength;
|
||||
[DNAFieldAttribute(53, "void", "*batch_cache", "void", 8, true)]
|
||||
[DNAFieldAttribute(53, "void", "*batch_cache", "void", 8, true, 672)]
|
||||
public object ptr_batch_cache;
|
||||
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", "ParticleSystem", 8, true)]
|
||||
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", "ParticleSystem", 8, true, 680)]
|
||||
public ParticleSystem ptr_orig_psys;
|
||||
public ParticleSystem() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user