regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(567, "bNodeTreeInterface")]
public class bNodeTreeInterface {
[DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", 48)]
[DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", "bNodeTreeInterfacePanel", 48)]
public bNodeTreeInterfacePanel root_panel;
[DNAFieldAttribute(1, "int", "active_index", 4)]
[DNAFieldAttribute(1, "int", "active_index", "int", 4)]
public int active_index;
[DNAFieldAttribute(2, "int", "next_uid", 4)]
[DNAFieldAttribute(2, "int", "next_uid", "int", 4)]
public int next_uid;
[DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", 0)]
[DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", "bNodeTreeInterfaceRuntimeHandle", 0)]
public bNodeTreeInterfaceRuntimeHandle ptr_runtime;
public bNodeTreeInterface() {
this.root_panel = default;