Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public byte align_y;
|
||||
[DNAFieldAttribute(3, "uchar", "pivot_mode", 1)]
|
||||
public byte pivot_mode;
|
||||
public NodeGeometryStringToCurves() {
|
||||
this.overflow = default;
|
||||
this.align_x = default;
|
||||
this.align_y = default;
|
||||
this.pivot_mode = default;
|
||||
}
|
||||
public NodeGeometryStringToCurves(byte overflow, byte align_x, byte align_y, byte pivot_mode) {
|
||||
this.overflow = overflow;
|
||||
this.align_x = align_x;
|
||||
|
||||
Reference in New Issue
Block a user