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,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(902, "TextVars")]
public class TextVars {
[DNAFieldAttribute(0, "char", "text[512]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "text[512]", "System.Char[]", 512, false)]
public char[] text = new System.Char[512];
[DNAFieldAttribute(1, "VFont", "*text_font", "VFont", 1256)]
[DNAFieldAttribute(1, "VFont", "*text_font", "VFont", 4, true)]
public VFont ptr_text_font;
[DNAFieldAttribute(2, "int", "text_blf_id", "int", 4)]
[DNAFieldAttribute(2, "int", "text_blf_id", "int", 4, false)]
public int text_blf_id;
[DNAFieldAttribute(3, "float", "text_size", "float", 4)]
[DNAFieldAttribute(3, "float", "text_size", "float", 4, false)]
public float text_size;
[DNAFieldAttribute(4, "float", "color[4]", "System.Single[]", 4)]
[DNAFieldAttribute(4, "float", "color[4]", "System.Single[]", 16, false)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(5, "float", "shadow_color[4]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "shadow_color[4]", "System.Single[]", 16, false)]
public float[] shadow_color = new System.Single[4];
[DNAFieldAttribute(6, "float", "box_color[4]", "System.Single[]", 4)]
[DNAFieldAttribute(6, "float", "box_color[4]", "System.Single[]", 16, false)]
public float[] box_color = new System.Single[4];
[DNAFieldAttribute(7, "float", "outline_color[4]", "System.Single[]", 4)]
[DNAFieldAttribute(7, "float", "outline_color[4]", "System.Single[]", 16, false)]
public float[] outline_color = new System.Single[4];
[DNAFieldAttribute(8, "float", "loc[2]", "System.Single[]", 4)]
[DNAFieldAttribute(8, "float", "loc[2]", "System.Single[]", 8, false)]
public float[] loc = new System.Single[2];
[DNAFieldAttribute(9, "float", "wrap_width", "float", 4)]
[DNAFieldAttribute(9, "float", "wrap_width", "float", 4, false)]
public float wrap_width;
[DNAFieldAttribute(10, "float", "box_margin", "float", 4)]
[DNAFieldAttribute(10, "float", "box_margin", "float", 4, false)]
public float box_margin;
[DNAFieldAttribute(11, "float", "shadow_angle", "float", 4)]
[DNAFieldAttribute(11, "float", "shadow_angle", "float", 4, false)]
public float shadow_angle;
[DNAFieldAttribute(12, "float", "shadow_offset", "float", 4)]
[DNAFieldAttribute(12, "float", "shadow_offset", "float", 4, false)]
public float shadow_offset;
[DNAFieldAttribute(13, "float", "shadow_blur", "float", 4)]
[DNAFieldAttribute(13, "float", "shadow_blur", "float", 4, false)]
public float shadow_blur;
[DNAFieldAttribute(14, "float", "outline_width", "float", 4)]
[DNAFieldAttribute(14, "float", "outline_width", "float", 4, false)]
public float outline_width;
[DNAFieldAttribute(15, "char", "flag", "char", 1)]
[DNAFieldAttribute(15, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(16, "char", "align", "char", 1)]
[DNAFieldAttribute(16, "char", "align", "char", 1, false)]
public char align;
[DNAFieldAttribute(17, "char", "align_y", "char", 1)]
[DNAFieldAttribute(17, "char", "align_y", "char", 1, false)]
public char align_y;
[DNAFieldAttribute(18, "char", "_pad[5]", "System.Char[]", 1)]
[DNAFieldAttribute(18, "char", "_pad[5]", "System.Char[]", 5, false)]
public char[] _pad = new System.Char[5];
public TextVars() {
this.text = default;