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

@@ -49,6 +49,25 @@ namespace BlendFile.DNA {
public int mat_rpl;
[DNAFieldAttribute(16, "int", "layer_pass", 4)]
public int layer_pass;
public ArrayGpencilModifierData() {
this.modifier = default;
this.ptr_object = default;
this.ptr_material = default;
this.count = default;
this.flag = default;
this.offset = default;
this.shift = default;
this.rnd_offset = default;
this.rnd_rot = default;
this.rnd_scale = default;
this._pad = default;
this.seed = default;
this.pass_index = default;
this.layername = default;
this.materialname = default;
this.mat_rpl = default;
this.layer_pass = default;
}
public ArrayGpencilModifierData(
GpencilModifierData modifier,
Object ptr_object,