Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(676, "NodeAccumulateField", 2)]
|
||||
public struct NodeAccumulateField {
|
||||
[DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1, false)]
|
||||
[DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1, false, 0)]
|
||||
public byte data_type;
|
||||
[DNAFieldAttribute(1, "uchar", "domain", "uchar", 1, false)]
|
||||
[DNAFieldAttribute(1, "uchar", "domain", "uchar", 1, false, 1)]
|
||||
public byte domain;
|
||||
public NodeAccumulateField() {
|
||||
this.data_type = default;
|
||||
|
||||
Reference in New Issue
Block a user