Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(632, "NodeMask", 8)]
|
||||
public struct NodeMask {
|
||||
[DNAFieldAttribute(0, "int", "size_x", "int", 4, false)]
|
||||
[DNAFieldAttribute(0, "int", "size_x", "int", 4, false, 0)]
|
||||
public int size_x;
|
||||
[DNAFieldAttribute(1, "int", "size_y", "int", 4, false)]
|
||||
[DNAFieldAttribute(1, "int", "size_y", "int", 4, false, 4)]
|
||||
public int size_y;
|
||||
public NodeMask() {
|
||||
this.size_x = default;
|
||||
|
||||
Reference in New Issue
Block a user