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

@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public ListBase vertex_group_names;
[DNAFieldAttribute(4, "float", 9, "pixfactor", "float", false, 280)]
public float pixfactor;
[DNAFieldAttribute(16, "float", 10, "line_color[4]", "System.Single[]", false, 284)]
[DNAArrayAttribute(16, "float", 10, "line_color[4]", "System.Single[]", 4, 284)]
public float[] line_color = new System.Single[4];
[DNAFieldAttribute(4, "float", 11, "onion_factor", "float", false, 300)]
public float onion_factor;
@@ -47,9 +47,9 @@ namespace BlendFile.DNA {
public short gstep;
[DNAFieldAttribute(2, "short", 15, "gstep_next", "short", false, 314)]
public short gstep_next;
[DNAFieldAttribute(12, "float", 16, "gcolor_prev[3]", "System.Single[]", false, 316)]
[DNAArrayAttribute(12, "float", 16, "gcolor_prev[3]", "System.Single[]", 3, 316)]
public float[] gcolor_prev = new System.Single[3];
[DNAFieldAttribute(12, "float", 17, "gcolor_next[3]", "System.Single[]", false, 328)]
[DNAArrayAttribute(12, "float", 17, "gcolor_next[3]", "System.Single[]", 3, 328)]
public float[] gcolor_next = new System.Single[3];
[DNAFieldAttribute(4, "float", 18, "zdepth_offset", "float", false, 340)]
public float zdepth_offset;
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
public short totlayer;
[DNAFieldAttribute(2, "short", 22, "totframe", "short", false, 356)]
public short totframe;
[DNAFieldAttribute(6, "char", 23, "_pad2[6]", "System.Char[]", false, 358)]
[DNAArrayAttribute(6, "char", 23, "_pad2[6]", "System.Char[]", 6, 358)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(4, "int", 24, "totstroke", "int", false, 364)]
public int totstroke;