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