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