Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public int capture_items_num;
|
||||
[DNAFieldAttribute(6, "int", "active_index", 4)]
|
||||
public int active_index;
|
||||
public NodeGeometryAttributeCapture() {
|
||||
this.data_type = default;
|
||||
this.domain = default;
|
||||
this._pad = default;
|
||||
this.next_identifier = default;
|
||||
this.ptr_capture_items = default;
|
||||
this.capture_items_num = default;
|
||||
this.active_index = default;
|
||||
}
|
||||
public NodeGeometryAttributeCapture(sbyte data_type, sbyte domain, char[] _pad, int next_identifier, NodeGeometryAttributeCaptureItem ptr_capture_items, int capture_items_num, int active_index) {
|
||||
this.data_type = data_type;
|
||||
this.domain = domain;
|
||||
|
||||
Reference in New Issue
Block a user