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,7 +31,7 @@ namespace BlendFile.DNA {
public CurveMapping cavity_curve;
[DNAFieldAttribute(8, "void", 7, "*paint_cursor", "void", true, 72)]
public object paint_cursor;
[DNAArrayAttribute(4, "char", 8, "paint_cursor_col[4]", "System.Char[]", 4, 80)]
[DNAArrayAttribute(4, "char", 8, "paint_cursor_col[4]", "System.Char[]", 4, false, 80)]
public char[] paint_cursor_col = new System.Char[4];
[DNAFieldAttribute(4, "int", 9, "flags", "int", false, 84)]
public int flags;
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
public int num_input_samples;
[DNAFieldAttribute(4, "int", 11, "symmetry_flags", "int", false, 92)]
public int symmetry_flags;
[DNAArrayAttribute(12, "float", 12, "tile_offset[3]", "System.Single[]", 3, 96)]
[DNAArrayAttribute(12, "float", 12, "tile_offset[3]", "System.Single[]", 3, false, 96)]
public float[] tile_offset = new System.Single[3];
[DNAArrayAttribute(4, "char", 13, "_pad2[4]", "System.Char[]", 4, 108)]
[DNAArrayAttribute(4, "char", 13, "_pad2[4]", "System.Char[]", 4, false, 108)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "Paint_Runtime", 14, "runtime", "Paint_Runtime", false, 112)]
public Paint_Runtime runtime;