regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,39 +13,39 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(233, "ParticleSystem")]
[DNAClassAttribute(233, "ParticleSystem", 688)]
public class ParticleSystem {
[DNAFieldAttribute(0, "ParticleSystem", "*next", "ParticleSystem", 4, true)]
[DNAFieldAttribute(0, "ParticleSystem", "*next", "ParticleSystem", 8, true)]
public ParticleSystem ptr_next;
[DNAFieldAttribute(1, "ParticleSystem", "*prev", "ParticleSystem", 4, true)]
[DNAFieldAttribute(1, "ParticleSystem", "*prev", "ParticleSystem", 8, true)]
public ParticleSystem ptr_prev;
[DNAFieldAttribute(2, "ParticleSettings", "*part", "ParticleSettings", 4, true)]
[DNAFieldAttribute(2, "ParticleSettings", "*part", "ParticleSettings", 8, true)]
public ParticleSettings ptr_part;
[DNAFieldAttribute(3, "ParticleData", "*particles", "ParticleData", 4, true)]
[DNAFieldAttribute(3, "ParticleData", "*particles", "ParticleData", 8, true)]
public ParticleData ptr_particles;
[DNAFieldAttribute(4, "ChildParticle", "*child", "ChildParticle", 4, true)]
[DNAFieldAttribute(4, "ChildParticle", "*child", "ChildParticle", 8, true)]
public ChildParticle ptr_child;
[DNAFieldAttribute(5, "PTCacheEdit", "*edit", "PTCacheEdit", 4, true)]
[DNAFieldAttribute(5, "PTCacheEdit", "*edit", "PTCacheEdit", 8, true)]
public PTCacheEdit ptr_edit;
[DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", "ParticleCacheKey", 4, true)]
[DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", "ParticleCacheKey", 8, true)]
public ParticleCacheKey ptr_ptr_pathcache;
[DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", "ParticleCacheKey", 4, true)]
[DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", "ParticleCacheKey", 8, true)]
public ParticleCacheKey ptr_ptr_childcache;
[DNAFieldAttribute(9, "ListBase", "pathcachebufs", "ListBase", 16, false)]
public ListBase pathcachebufs;
[DNAFieldAttribute(10, "ListBase", "childcachebufs", "ListBase", 16, false)]
public ListBase childcachebufs;
[DNAFieldAttribute(11, "ClothModifierData", "*clmd", "ClothModifierData", 4, true)]
[DNAFieldAttribute(11, "ClothModifierData", "*clmd", "ClothModifierData", 8, true)]
public ClothModifierData ptr_clmd;
[DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", "Mesh", 4, true)]
[DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", "Mesh", 8, true)]
public Mesh ptr_hair_in_mesh;
[DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", "Mesh", 4, true)]
[DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", "Mesh", 8, true)]
public Mesh ptr_hair_out_mesh;
[DNAFieldAttribute(14, "Object", "*target_ob", "Object", 4, true)]
[DNAFieldAttribute(14, "Object", "*target_ob", "Object", 8, true)]
public Object ptr_target_ob;
[DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", "LatticeDeformData", 4, true)]
[DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", "LatticeDeformData", 8, true)]
public LatticeDeformData ptr_lattice_deform_data;
[DNAFieldAttribute(16, "Object", "*parent", "Object", 4, true)]
[DNAFieldAttribute(16, "Object", "*parent", "Object", 8, true)]
public Object ptr_parent;
[DNAFieldAttribute(17, "ListBase", "targets", "ListBase", 16, false)]
public ListBase targets;
@@ -97,31 +97,31 @@ namespace BlendFile.DNA {
public short rt3;
[DNAFieldAttribute(41, "char", "_pad3[6]", "System.Char[]", 6, false)]
public char[] _pad3 = new System.Char[6];
[DNAFieldAttribute(42, "PointCache", "*pointcache", "PointCache", 4, true)]
[DNAFieldAttribute(42, "PointCache", "*pointcache", "PointCache", 8, true)]
public PointCache ptr_pointcache;
[DNAFieldAttribute(43, "ListBase", "ptcaches", "ListBase", 16, false)]
public ListBase ptcaches;
[DNAFieldAttribute(44, "ListBase", "*effectors", "ListBase", 4, true)]
[DNAFieldAttribute(44, "ListBase", "*effectors", "ListBase", 8, true)]
public ListBase ptr_effectors;
[DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", "ParticleSpring", 4, true)]
[DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", "ParticleSpring", 8, true)]
public ParticleSpring ptr_fluid_springs;
[DNAFieldAttribute(46, "int", "tot_fluidsprings", "int", 4, false)]
public int tot_fluidsprings;
[DNAFieldAttribute(47, "int", "alloc_fluidsprings", "int", 4, false)]
public int alloc_fluidsprings;
[DNAFieldAttribute(48, "KDTree_3d", "*tree", "KDTree_3d", 4, true)]
[DNAFieldAttribute(48, "KDTree_3d", "*tree", "KDTree_3d", 8, true)]
public KDTree_3d ptr_tree;
[DNAFieldAttribute(49, "BVHTree", "*bvhtree", "BVHTree", 4, true)]
[DNAFieldAttribute(49, "BVHTree", "*bvhtree", "BVHTree", 8, true)]
public BVHTree ptr_bvhtree;
[DNAFieldAttribute(50, "ParticleDrawData", "*pdd", "ParticleDrawData", 4, true)]
[DNAFieldAttribute(50, "ParticleDrawData", "*pdd", "ParticleDrawData", 8, true)]
public ParticleDrawData ptr_pdd;
[DNAFieldAttribute(51, "float", "dt_frac", "float", 4, false)]
public float dt_frac;
[DNAFieldAttribute(52, "float", "lattice_strength", "float", 4, false)]
public float lattice_strength;
[DNAFieldAttribute(53, "void", "*batch_cache", "void", 4, true)]
[DNAFieldAttribute(53, "void", "*batch_cache", "void", 8, true)]
public object ptr_batch_cache;
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", "ParticleSystem", 4, true)]
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", "ParticleSystem", 8, true)]
public ParticleSystem ptr_orig_psys;
public ParticleSystem() {
this.ptr_next = default;