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

@@ -27,13 +27,13 @@ namespace BlendFile.DNA {
public sbyte flag;
[DNAFieldAttribute(1, "int8_t", 5, "bake_target", "int8_t", false, 145)]
public sbyte bake_target;
[DNAFieldAttribute(2, "char", 6, "_pad[2]", "System.Char[]", false, 146)]
[DNAArrayAttribute(2, "char", 6, "_pad[2]", "System.Char[]", 2, 146)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "int", 7, "bakes_num", "int", false, 148)]
public int bakes_num;
[DNAFieldAttribute(8, "NodesModifierBake", 8, "*bakes", "NodesModifierBake", true, 152)]
public NodesModifierBake bakes;
[DNAFieldAttribute(4, "char", 9, "_pad2[4]", "System.Char[]", false, 160)]
[DNAArrayAttribute(4, "char", 9, "_pad2[4]", "System.Char[]", 4, 160)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(4, "int", 10, "panels_num", "int", false, 164)]
public int panels_num;