Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeGeometryUVUnwrap {
|
||||
[DNAFieldAttribute(0, "uchar", "method", 1)]
|
||||
public byte method;
|
||||
public NodeGeometryUVUnwrap(byte method) {
|
||||
this.method = method;
|
||||
|
||||
Reference in New Issue
Block a user