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