regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(567, "bNodeTreeInterface")]
|
||||
public class bNodeTreeInterface {
|
||||
[DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", "bNodeTreeInterfacePanel", 48)]
|
||||
[DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", "bNodeTreeInterfacePanel", 48, false)]
|
||||
public bNodeTreeInterfacePanel root_panel;
|
||||
[DNAFieldAttribute(1, "int", "active_index", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "active_index", "int", 4, false)]
|
||||
public int active_index;
|
||||
[DNAFieldAttribute(2, "int", "next_uid", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "next_uid", "int", 4, false)]
|
||||
public int next_uid;
|
||||
[DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", "bNodeTreeInterfaceRuntimeHandle", 0)]
|
||||
[DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", "bNodeTreeInterfaceRuntimeHandle", 4, true)]
|
||||
public bNodeTreeInterfaceRuntimeHandle ptr_runtime;
|
||||
public bNodeTreeInterface() {
|
||||
this.root_panel = default;
|
||||
|
||||
Reference in New Issue
Block a user