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

@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
public char[] value_layer_name = new System.Char[68];
[DNAFieldAttribute(14, "void", "*_pad1", 0)]
public object ptr__pad1;
public ParticleInstanceModifierData() {
this.modifier = default;
this.ptr_ob = default;
this.psys = default;
this.flag = default;
this.axis = default;
this.space = default;
this.position = default;
this.random_position = default;
this.rotation = default;
this.random_rotation = default;
this.particle_amount = default;
this.particle_offset = default;
this.index_layer_name = default;
this.value_layer_name = default;
this.ptr__pad1 = default;
}
public ParticleInstanceModifierData(ModifierData modifier, Object ptr_ob, short psys, short flag, short axis, short space, float position, float random_position, float rotation, float random_rotation, float particle_amount, float particle_offset, char[] index_layer_name, char[] value_layer_name, object ptr__pad1) {
this.modifier = modifier;
this.ptr_ob = ptr_ob;