Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public byte data_type;
|
||||
[DNAFieldAttribute(1, "uchar", "domain", 1)]
|
||||
public byte domain;
|
||||
public NodeAccumulateField() {
|
||||
this.data_type = default;
|
||||
this.domain = default;
|
||||
}
|
||||
public NodeAccumulateField(byte data_type, byte domain) {
|
||||
this.data_type = data_type;
|
||||
this.domain = domain;
|
||||
|
||||
Reference in New Issue
Block a user