regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(175, "Text")]
public class Text {
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "char", "*name", "char", 1)]
[DNAFieldAttribute(1, "char", "*name", "char", 4, true)]
public char ptr_name;
[DNAFieldAttribute(2, "void", "*compiled", "void", 0)]
[DNAFieldAttribute(2, "void", "*compiled", "void", 4, true)]
public object ptr_compiled;
[DNAFieldAttribute(3, "int", "flags", "int", 4)]
[DNAFieldAttribute(3, "int", "flags", "int", 4, false)]
public int flags;
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 4, false)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(5, "ListBase", "lines", "ListBase", 16)]
[DNAFieldAttribute(5, "ListBase", "lines", "ListBase", 16, false)]
public ListBase lines;
[DNAFieldAttribute(6, "TextLine", "*curl", "TextLine", 40)]
[DNAFieldAttribute(6, "TextLine", "*curl", "TextLine", 4, true)]
public TextLine ptr_curl;
[DNAFieldAttribute(7, "TextLine", "*sell", "TextLine", 40)]
[DNAFieldAttribute(7, "TextLine", "*sell", "TextLine", 4, true)]
public TextLine ptr_sell;
[DNAFieldAttribute(8, "int", "curc", "int", 4)]
[DNAFieldAttribute(8, "int", "curc", "int", 4, false)]
public int curc;
[DNAFieldAttribute(9, "int", "selc", "int", 4)]
[DNAFieldAttribute(9, "int", "selc", "int", 4, false)]
public int selc;
[DNAFieldAttribute(10, "double", "mtime", "double", 8)]
[DNAFieldAttribute(10, "double", "mtime", "double", 8, false)]
public double mtime;
public Text() {
this.id = default;