Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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