Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public MirrorGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_material = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
this.pass_index = default;
|
||||
this.flag = default;
|
||||
this.layer_pass = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public MirrorGpencilModifierData(GpencilModifierData modifier, Object ptr_object, Material ptr_material, char[] layername, char[] materialname, int pass_index, int flag, int layer_pass, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
|
||||
Reference in New Issue
Block a user