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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public char spacetype;
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, false, 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;
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 56)]
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, false, 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;
[DNAArrayAttribute(1, "char", 20, "_pad2[1]", "System.Char[]", 1, 75)]
[DNAArrayAttribute(1, "char", 20, "_pad2[1]", "System.Char[]", 1, false, 75)]
public char[] _pad2 = new System.Char[1];
[DNAArrayAttribute(256, "char", 21, "findstr[256]", "System.Char[]", 256, 76)]
[DNAArrayAttribute(256, "char", 21, "findstr[256]", "System.Char[]", 256, false, 76)]
public char[] findstr = new System.Char[256];
[DNAArrayAttribute(256, "char", 22, "replacestr[256]", "System.Char[]", 256, 332)]
[DNAArrayAttribute(256, "char", 22, "replacestr[256]", "System.Char[]", 256, false, 332)]
public char[] replacestr = new System.Char[256];
[DNAFieldAttribute(2, "short", 23, "margin_column", "short", false, 588)]
public short margin_column;
[DNAArrayAttribute(2, "char", 24, "_pad3[2]", "System.Char[]", 2, 590)]
[DNAArrayAttribute(2, "char", 24, "_pad3[2]", "System.Char[]", 2, false, 590)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(8, "SpaceText_Runtime", 25, "*runtime", "SpaceText_Runtime", true, 592)]
public SpaceText_Runtime runtime;