updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(3, "char", 13, "_pad[3]", "System.Char[]", 3, 81)]
[DNAArrayAttribute(3, "char", 13, "_pad[3]", "System.Char[]", 3, false, 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;
[DNAArrayAttribute(12, "float", 17, "color[3]", "System.Single[]", 3, 96)]
[DNAArrayAttribute(12, "float", 17, "color[3]", "System.Single[]", 3, false, 96)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(4, "float", 18, "prev_norm_factor", "float", false, 108)]
public float prev_norm_factor;