Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public int active_index;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public NodeGeometryBake() {
|
||||
this.ptr_items = default;
|
||||
this.items_num = default;
|
||||
this.next_identifier = default;
|
||||
this.active_index = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeGeometryBake(NodeGeometryBakeItem ptr_items, int items_num, int next_identifier, int active_index, char[] _pad) {
|
||||
this.ptr_items = ptr_items;
|
||||
this.items_num = items_num;
|
||||
|
||||
Reference in New Issue
Block a user