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