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[] _pad1 = new System.Char[4];
[DNAFieldAttribute(14, "void", "*_pad2", 0)]
public object ptr__pad2;
public GreasePencilOffsetModifierData() {
this.modifier = default;
this.influence = default;
this.flag = default;
this.offset_mode = default;
this.loc = default;
this.rot = default;
this.scale = default;
this.stroke_loc = default;
this.stroke_rot = default;
this.stroke_scale = default;
this.seed = default;
this.stroke_step = default;
this.stroke_start_offset = default;
this._pad1 = default;
this.ptr__pad2 = default;
}
public GreasePencilOffsetModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, int offset_mode, float[] loc, float[] rot, float[] scale, float[] stroke_loc, float[] stroke_rot, float[] stroke_scale, int seed, int stroke_step, int stroke_start_offset, char[] _pad1, object ptr__pad2) {
this.modifier = modifier;
this.influence = influence;