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