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

@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
public CurveMapping ptr_custom_curve;
[DNAFieldAttribute(8, "void", "*_pad2", 0)]
public object ptr__pad2;
public GreasePencilModifierInfluenceData() {
this.flag = default;
this._pad1 = default;
this.layer_name = default;
this.ptr_material = default;
this.layer_pass = default;
this.material_pass = default;
this.vertex_group_name = default;
this.ptr_custom_curve = default;
this.ptr__pad2 = default;
}
public GreasePencilModifierInfluenceData(int flag, char[] _pad1, char[] layer_name, Material ptr_material, int layer_pass, int material_pass, char[] vertex_group_name, CurveMapping ptr_custom_curve, object ptr__pad2) {
this.flag = flag;
this._pad1 = _pad1;