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