Regenerated codefiles
This commit is contained in:
@@ -14,8 +14,8 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(700, "NodeGeometryCurveSplineType", 1)]
|
||||
public struct NodeGeometryCurveSplineType {
|
||||
[DNAFieldAttribute(0, "uchar", "spline_type", "uchar", 1, false, 0)]
|
||||
public class NodeGeometryCurveSplineType {
|
||||
[DNAFieldAttribute(1, "uchar", 0, "spline_type", "uchar", false, 0)]
|
||||
public byte spline_type;
|
||||
public NodeGeometryCurveSplineType() {
|
||||
this.spline_type = default;
|
||||
|
||||
Reference in New Issue
Block a user