Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -123,6 +123,62 @@ namespace BlendFile.DNA {
public object ptr_batch_cache;
[DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", 696)]
public ParticleSystem ptr_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.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.targets = default;
this.name = default;
this.imat = default;
this.cfra = default;
this.tree_frame = default;
this.bvhtree_frame = default;
this.seed = default;
this.child_seed = default;
this.flag = default;
this.totpart = default;
this.totunexist = default;
this.totchild = default;
this.totcached = default;
this.totchildcache = default;
this.recalc = default;
this.target_psys = default;
this.totkeyed = default;
this.bakespace = default;
this._pad1 = default;
this.bb_uvname = default;
this._pad2 = default;
this.vgroup = default;
this.vg_neg = default;
this.rt3 = default;
this._pad3 = default;
this.ptr_pointcache = default;
this.ptcaches = default;
this.ptr_effectors = default;
this.ptr_fluid_springs = default;
this.tot_fluidsprings = default;
this.alloc_fluidsprings = default;
this.ptr_tree = default;
this.ptr_bvhtree = default;
this.ptr_pdd = default;
this.dt_frac = default;
this.lattice_strength = default;
this.ptr_batch_cache = default;
this.ptr_orig_psys = default;
}
public ParticleSystem(
ParticleSystem ptr_next,
ParticleSystem ptr_prev,