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 ListBase inputs;
[DNAFieldAttribute(16, "ListBase", 3, "outputs", "ListBase", false, 32)]
public ListBase outputs;
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 48)]
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, false, 48)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "int", 5, "identifier", "int", false, 112)]
public int identifier;
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 116)]
public int flag;
[DNAArrayAttribute(64, "char", 7, "idname[64]", "System.Char[]", 64, 120)]
[DNAArrayAttribute(64, "char", 7, "idname[64]", "System.Char[]", 64, false, 120)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "bNodeTypeHandle", 8, "*typeinfo", "bNodeTypeHandle", true, 184)]
public bNodeTypeHandle typeinfo;
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
public float custom4;
[DNAFieldAttribute(1, "int8_t", 15, "warning_propagation", "int8_t", false, 208)]
public sbyte warning_propagation;
[DNAArrayAttribute(7, "char", 16, "_pad[7]", "System.Char[]", 7, 209)]
[DNAArrayAttribute(7, "char", 16, "_pad[7]", "System.Char[]", 7, false, 209)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(8, "ID", 17, "*id", "ID", true, 216)]
public ID id;
@@ -69,9 +69,9 @@ namespace BlendFile.DNA {
public float offsetx;
[DNAFieldAttribute(4, "float", 26, "offsety", "float", false, 268)]
public float offsety;
[DNAArrayAttribute(64, "char", 27, "label[64]", "System.Char[]", 64, 272)]
[DNAArrayAttribute(64, "char", 27, "label[64]", "System.Char[]", 64, false, 272)]
public char[] label = new System.Char[64];
[DNAArrayAttribute(12, "float", 28, "color[3]", "System.Single[]", 3, 336)]
[DNAArrayAttribute(12, "float", 28, "color[3]", "System.Single[]", 3, false, 336)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(4, "int", 29, "num_panel_states", "int", false, 348)]
public int num_panel_states;