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

@@ -31,19 +31,19 @@ namespace BlendFile.DNA {
public short matid;
[DNAFieldAttribute(2, "short", 7, "sbuffer_sflag", "short", false, 44)]
public short sbuffer_sflag;
[DNAArrayAttribute(2, "char", 8, "_pad1[2]", "System.Char[]", 2, 46)]
[DNAArrayAttribute(2, "char", 8, "_pad1[2]", "System.Char[]", 2, false, 46)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(4, "int", 9, "sbuffer_used", "int", false, 48)]
public int sbuffer_used;
[DNAFieldAttribute(4, "int", 10, "sbuffer_size", "int", false, 52)]
public int sbuffer_size;
[DNAArrayAttribute(16, "float", 11, "vert_color_fill[4]", "System.Single[]", 4, 56)]
[DNAArrayAttribute(16, "float", 11, "vert_color_fill[4]", "System.Single[]", 4, false, 56)]
public float[] vert_color_fill = new System.Single[4];
[DNAFieldAttribute(4, "float", 12, "fill_opacity_fac", "float", false, 72)]
public float fill_opacity_fac;
[DNAArrayAttribute(32, "float", 13, "arrow_start[8]", "System.Single[]", 8, 76)]
[DNAArrayAttribute(32, "float", 13, "arrow_start[8]", "System.Single[]", 8, false, 76)]
public float[] arrow_start = new System.Single[8];
[DNAArrayAttribute(32, "float", 14, "arrow_end[8]", "System.Single[]", 8, 108)]
[DNAArrayAttribute(32, "float", 14, "arrow_end[8]", "System.Single[]", 8, false, 108)]
public float[] arrow_end = new System.Single[8];
[DNAFieldAttribute(4, "int", 15, "arrow_start_style", "int", false, 140)]
public int arrow_start_style;