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

@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
public int seed;
[DNAFieldAttribute(13, "void", "*_pad1", 0)]
public object ptr__pad1;
public GreasePencilNoiseModifierData() {
this.modifier = default;
this.influence = default;
this.flag = default;
this.factor = default;
this.factor_strength = default;
this.factor_thickness = default;
this.factor_uvs = default;
this.noise_scale = default;
this.noise_offset = default;
this.noise_mode = default;
this._pad = default;
this.step = default;
this.seed = default;
this.ptr__pad1 = default;
}
public GreasePencilNoiseModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, float factor, float factor_strength, float factor_thickness, float factor_uvs, float noise_scale, float noise_offset, short noise_mode, char[] _pad, int step, int seed, object ptr__pad1) {
this.modifier = modifier;
this.influence = influence;