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

@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
public class bNodeSocketValueString {
[DNAFieldAttribute(4, "int", 0, "subtype", "int", false, 0)]
public int subtype;
[DNAFieldAttribute(4, "char", 1, "_pad[4]", "System.Char[]", false, 4)]
[DNAArrayAttribute(4, "char", 1, "_pad[4]", "System.Char[]", 4, 4)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(1024, "char", 2, "value[1024]", "System.Char[]", false, 8)]
[DNAArrayAttribute(1024, "char", 2, "value[1024]", "System.Char[]", 1024, 8)]
public char[] value = new System.Char[1024];
public bNodeSocketValueString() {
this.subtype = default;