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

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(902, "TextVars", 632)]
public class TextVars {
[DNAFieldAttribute(512, "char", 0, "text[512]", "System.Char[]", false, 0)]
[DNAArrayAttribute(512, "char", 0, "text[512]", "System.Char[]", 512, 0)]
public char[] text = new System.Char[512];
[DNAFieldAttribute(8, "VFont", 1, "*text_font", "VFont", true, 512)]
public VFont text_font;
@@ -23,15 +23,15 @@ namespace BlendFile.DNA {
public int text_blf_id;
[DNAFieldAttribute(4, "float", 3, "text_size", "float", false, 524)]
public float text_size;
[DNAFieldAttribute(16, "float", 4, "color[4]", "System.Single[]", false, 528)]
[DNAArrayAttribute(16, "float", 4, "color[4]", "System.Single[]", 4, 528)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(16, "float", 5, "shadow_color[4]", "System.Single[]", false, 544)]
[DNAArrayAttribute(16, "float", 5, "shadow_color[4]", "System.Single[]", 4, 544)]
public float[] shadow_color = new System.Single[4];
[DNAFieldAttribute(16, "float", 6, "box_color[4]", "System.Single[]", false, 560)]
[DNAArrayAttribute(16, "float", 6, "box_color[4]", "System.Single[]", 4, 560)]
public float[] box_color = new System.Single[4];
[DNAFieldAttribute(16, "float", 7, "outline_color[4]", "System.Single[]", false, 576)]
[DNAArrayAttribute(16, "float", 7, "outline_color[4]", "System.Single[]", 4, 576)]
public float[] outline_color = new System.Single[4];
[DNAFieldAttribute(8, "float", 8, "loc[2]", "System.Single[]", false, 592)]
[DNAArrayAttribute(8, "float", 8, "loc[2]", "System.Single[]", 2, 592)]
public float[] loc = new System.Single[2];
[DNAFieldAttribute(4, "float", 9, "wrap_width", "float", false, 600)]
public float wrap_width;
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
public char align;
[DNAFieldAttribute(1, "char", 17, "align_y", "char", false, 626)]
public char align_y;
[DNAFieldAttribute(5, "char", 18, "_pad[5]", "System.Char[]", false, 627)]
[DNAArrayAttribute(5, "char", 18, "_pad[5]", "System.Char[]", 5, 627)]
public char[] _pad = new System.Char[5];
public TextVars() {
this.text = default;