updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, 28)]
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, false, 28)]
public char[] _pad = new System.Char[4];
[DNAArrayAttribute(8, "float", 5, "view_center[2]", "System.Single[]", 2, 32)]
[DNAArrayAttribute(8, "float", 5, "view_center[2]", "System.Single[]", 2, false, 32)]
public float[] view_center = new System.Single[2];
[DNAArrayAttribute(64, "char", 6, "node_name[64]", "System.Char[]", 64, 40)]
[DNAArrayAttribute(64, "char", 6, "node_name[64]", "System.Char[]", 64, false, 40)]
public char[] node_name = new System.Char[64];
[DNAArrayAttribute(64, "char", 7, "display_name[64]", "System.Char[]", 64, 104)]
[DNAArrayAttribute(64, "char", 7, "display_name[64]", "System.Char[]", 64, false, 104)]
public char[] display_name = new System.Char[64];
public bNodeTreePath() {
this.next = default;