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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public char spacetype;
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(8, "Text", 6, "*text", "Text", true, 40)]
public Text text;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public int top;
[DNAFieldAttribute(4, "int", 8, "left", "int", false, 52)]
public int left;
[DNAFieldAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", false, 56)]
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 56)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(2, "short", 10, "flags", "short", false, 60)]
public short flags;
@@ -55,15 +55,15 @@ namespace BlendFile.DNA {
public char overwrite;
[DNAFieldAttribute(1, "char", 19, "live_edit", "char", false, 74)]
public char live_edit;
[DNAFieldAttribute(1, "char", 20, "_pad2[1]", "System.Char[]", false, 75)]
[DNAArrayAttribute(1, "char", 20, "_pad2[1]", "System.Char[]", 1, 75)]
public char[] _pad2 = new System.Char[1];
[DNAFieldAttribute(256, "char", 21, "findstr[256]", "System.Char[]", false, 76)]
[DNAArrayAttribute(256, "char", 21, "findstr[256]", "System.Char[]", 256, 76)]
public char[] findstr = new System.Char[256];
[DNAFieldAttribute(256, "char", 22, "replacestr[256]", "System.Char[]", false, 332)]
[DNAArrayAttribute(256, "char", 22, "replacestr[256]", "System.Char[]", 256, 332)]
public char[] replacestr = new System.Char[256];
[DNAFieldAttribute(2, "short", 23, "margin_column", "short", false, 588)]
public short margin_column;
[DNAFieldAttribute(2, "char", 24, "_pad3[2]", "System.Char[]", false, 590)]
[DNAArrayAttribute(2, "char", 24, "_pad3[2]", "System.Char[]", 2, 590)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(8, "SpaceText_Runtime", 25, "*runtime", "SpaceText_Runtime", true, 592)]
public SpaceText_Runtime runtime;