Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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