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