Regenerated all the files
This commit is contained in:
@@ -11,11 +11,16 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeGeometryStringToCurves {
|
||||
[DNAFieldAttribute(0, "uchar", "overflow", 1)]
|
||||
public byte overflow;
|
||||
[DNAFieldAttribute(1, "uchar", "align_x", 1)]
|
||||
public byte align_x;
|
||||
[DNAFieldAttribute(2, "uchar", "align_y", 1)]
|
||||
public byte align_y;
|
||||
[DNAFieldAttribute(3, "uchar", "pivot_mode", 1)]
|
||||
public byte pivot_mode;
|
||||
public NodeGeometryStringToCurves(byte overflow, byte align_x, byte align_y, byte pivot_mode) {
|
||||
this.overflow = overflow;
|
||||
|
||||
Reference in New Issue
Block a user