regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

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