regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(807, "Paint")]
public class Paint {
[DNAFieldAttribute(0, "Brush", "*brush", "Brush", 2216)]
[DNAFieldAttribute(0, "Brush", "*brush", "Brush", 4, true)]
public Brush ptr_brush;
[DNAFieldAttribute(1, "AssetWeakReference", "*brush_asset_reference", "AssetWeakReference", 24)]
[DNAFieldAttribute(1, "AssetWeakReference", "*brush_asset_reference", "AssetWeakReference", 4, true)]
public AssetWeakReference ptr_brush_asset_reference;
[DNAFieldAttribute(2, "Brush", "*eraser_brush", "Brush", 2216)]
[DNAFieldAttribute(2, "Brush", "*eraser_brush", "Brush", 4, true)]
public Brush ptr_eraser_brush;
[DNAFieldAttribute(3, "AssetWeakReference", "*eraser_brush_asset_reference", "AssetWeakReference", 24)]
[DNAFieldAttribute(3, "AssetWeakReference", "*eraser_brush_asset_reference", "AssetWeakReference", 4, true)]
public AssetWeakReference ptr_eraser_brush_asset_reference;
[DNAFieldAttribute(4, "ToolSystemBrushBindings", "tool_brush_bindings", "ToolSystemBrushBindings", 24)]
[DNAFieldAttribute(4, "ToolSystemBrushBindings", "tool_brush_bindings", "ToolSystemBrushBindings", 24, false)]
public ToolSystemBrushBindings tool_brush_bindings;
[DNAFieldAttribute(5, "Palette", "*palette", "Palette", 232)]
[DNAFieldAttribute(5, "Palette", "*palette", "Palette", 4, true)]
public Palette ptr_palette;
[DNAFieldAttribute(6, "CurveMapping", "*cavity_curve", "CurveMapping", 424)]
[DNAFieldAttribute(6, "CurveMapping", "*cavity_curve", "CurveMapping", 4, true)]
public CurveMapping ptr_cavity_curve;
[DNAFieldAttribute(7, "void", "*paint_cursor", "void", 0)]
[DNAFieldAttribute(7, "void", "*paint_cursor", "void", 4, true)]
public object ptr_paint_cursor;
[DNAFieldAttribute(8, "char", "paint_cursor_col[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "paint_cursor_col[4]", "System.Char[]", 4, false)]
public char[] paint_cursor_col = new System.Char[4];
[DNAFieldAttribute(9, "int", "flags", "int", 4)]
[DNAFieldAttribute(9, "int", "flags", "int", 4, false)]
public int flags;
[DNAFieldAttribute(10, "int", "num_input_samples", "int", 4)]
[DNAFieldAttribute(10, "int", "num_input_samples", "int", 4, false)]
public int num_input_samples;
[DNAFieldAttribute(11, "int", "symmetry_flags", "int", 4)]
[DNAFieldAttribute(11, "int", "symmetry_flags", "int", 4, false)]
public int symmetry_flags;
[DNAFieldAttribute(12, "float", "tile_offset[3]", "System.Single[]", 4)]
[DNAFieldAttribute(12, "float", "tile_offset[3]", "System.Single[]", 12, false)]
public float[] tile_offset = new System.Single[3];
[DNAFieldAttribute(13, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(14, "Paint_Runtime", "runtime", "Paint_Runtime", 8)]
[DNAFieldAttribute(14, "Paint_Runtime", "runtime", "Paint_Runtime", 8, false)]
public Paint_Runtime runtime;
public Paint() {
this.ptr_brush = default;