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