regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(723, "NodeGeometryStringToCurves")]
|
||||
public struct NodeGeometryStringToCurves {
|
||||
[DNAFieldAttribute(0, "uchar", "overflow", 1)]
|
||||
[DNAFieldAttribute(0, "uchar", "overflow", "uchar", 1)]
|
||||
public byte overflow;
|
||||
[DNAFieldAttribute(1, "uchar", "align_x", 1)]
|
||||
[DNAFieldAttribute(1, "uchar", "align_x", "uchar", 1)]
|
||||
public byte align_x;
|
||||
[DNAFieldAttribute(2, "uchar", "align_y", 1)]
|
||||
[DNAFieldAttribute(2, "uchar", "align_y", "uchar", 1)]
|
||||
public byte align_y;
|
||||
[DNAFieldAttribute(3, "uchar", "pivot_mode", 1)]
|
||||
[DNAFieldAttribute(3, "uchar", "pivot_mode", "uchar", 1)]
|
||||
public byte pivot_mode;
|
||||
public NodeGeometryStringToCurves() {
|
||||
this.overflow = default;
|
||||
|
||||
Reference in New Issue
Block a user