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