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

@@ -41,13 +41,13 @@ namespace BlendFile.DNA {
public short extend;
[DNAFieldAttribute(1, "char", 12, "auto_smoothing", "char", false, 80)]
public char auto_smoothing;
[DNAFieldAttribute(3, "char", 13, "_pad[3]", "System.Char[]", false, 81)]
[DNAArrayAttribute(3, "char", 13, "_pad[3]", "System.Char[]", 3, 81)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(8, "char", 15, "*rna_path", "char", true, 84)]
public char rna_path;
[DNAFieldAttribute(4, "int", 16, "color_mode", "int", false, 92)]
public int color_mode;
[DNAFieldAttribute(12, "float", 17, "color[3]", "System.Single[]", false, 96)]
[DNAArrayAttribute(12, "float", 17, "color[3]", "System.Single[]", 3, 96)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(4, "float", 18, "prev_norm_factor", "float", false, 108)]
public float prev_norm_factor;