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

@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
public bNodeSocket prev;
[DNAFieldAttribute(8, "IDProperty", 2, "*prop", "IDProperty", true, 16)]
public IDProperty prop;
[DNAArrayAttribute(64, "char", 3, "identifier[64]", "System.Char[]", 64, 24)]
[DNAArrayAttribute(64, "char", 3, "identifier[64]", "System.Char[]", 64, false, 24)]
public char[] identifier = new System.Char[64];
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 88)]
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, false, 88)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "void", 5, "*storage", "void", true, 152)]
public object storage;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public short in_out;
[DNAFieldAttribute(8, "bNodeSocketTypeHandle", 10, "*typeinfo", "bNodeSocketTypeHandle", true, 168)]
public bNodeSocketTypeHandle typeinfo;
[DNAArrayAttribute(64, "char", 11, "idname[64]", "System.Char[]", 64, 176)]
[DNAArrayAttribute(64, "char", 11, "idname[64]", "System.Char[]", 64, false, 176)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "void", 12, "*default_value", "void", true, 240)]
public object default_value;
@@ -47,13 +47,13 @@ namespace BlendFile.DNA {
public char display_shape;
[DNAFieldAttribute(1, "char", 15, "attribute_domain", "char", false, 251)]
public char attribute_domain;
[DNAArrayAttribute(4, "char", 16, "_pad[4]", "System.Char[]", 4, 252)]
[DNAArrayAttribute(4, "char", 16, "_pad[4]", "System.Char[]", 4, false, 252)]
public char[] _pad = new System.Char[4];
[DNAArrayAttribute(64, "char", 17, "label[64]", "System.Char[]", 64, 256)]
[DNAArrayAttribute(64, "char", 17, "label[64]", "System.Char[]", 64, false, 256)]
public char[] label = new System.Char[64];
[DNAArrayAttribute(64, "char", 18, "short_label[64]", "System.Char[]", 64, 320)]
[DNAArrayAttribute(64, "char", 18, "short_label[64]", "System.Char[]", 64, false, 320)]
public char[] short_label = new System.Char[64];
[DNAArrayAttribute(64, "char", 19, "description[64]", "System.Char[]", 64, 384)]
[DNAArrayAttribute(64, "char", 19, "description[64]", "System.Char[]", 64, false, 384)]
public char[] description = new System.Char[64];
[DNAFieldAttribute(8, "char", 20, "*default_attribute_name", "char", true, 448)]
public char default_attribute_name;