Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
public bNodeTree nodetree;
[DNAFieldAttribute(4, "bNodeInstanceKey", 3, "parent_key", "bNodeInstanceKey", false, 24)]
public bNodeInstanceKey parent_key;
[DNAFieldAttribute(4, "char", 4, "_pad[4]", "System.Char[]", false, 28)]
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, 28)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "float", 5, "view_center[2]", "System.Single[]", false, 32)]
[DNAArrayAttribute(8, "float", 5, "view_center[2]", "System.Single[]", 2, 32)]
public float[] view_center = new System.Single[2];
[DNAFieldAttribute(64, "char", 6, "node_name[64]", "System.Char[]", false, 40)]
[DNAArrayAttribute(64, "char", 6, "node_name[64]", "System.Char[]", 64, 40)]
public char[] node_name = new System.Char[64];
[DNAFieldAttribute(64, "char", 7, "display_name[64]", "System.Char[]", false, 104)]
[DNAArrayAttribute(64, "char", 7, "display_name[64]", "System.Char[]", 64, 104)]
public char[] display_name = new System.Char[64];
public bNodeTreePath() {
this.next = default;