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