regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(519, "NodesModifierPanel")]
|
||||
public struct NodesModifierPanel {
|
||||
[DNAFieldAttribute(0, "int", "id", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "id", "int", 4, false)]
|
||||
public int id;
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
public NodesModifierPanel() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user