Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public object ptr_dict;
|
||||
[DNAFieldAttribute(1, "void", "*node", 0)]
|
||||
public object ptr_node;
|
||||
public NodeScriptDict() {
|
||||
this.ptr_dict = default;
|
||||
this.ptr_node = default;
|
||||
}
|
||||
public NodeScriptDict(object ptr_dict, object ptr_node) {
|
||||
this.ptr_dict = ptr_dict;
|
||||
this.ptr_node = ptr_node;
|
||||
|
||||
Reference in New Issue
Block a user