Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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