Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user