Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
public int flag;
|
||||
public GreasePencilDrawingBase() {
|
||||
this.type = default;
|
||||
this._pad = default;
|
||||
this.flag = default;
|
||||
}
|
||||
public GreasePencilDrawingBase(sbyte type, char[] _pad, int flag) {
|
||||
this.type = type;
|
||||
this._pad = _pad;
|
||||
|
||||
Reference in New Issue
Block a user