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,61 +15,61 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1027, "View3DOverlay", 128)]
public struct View3DOverlay {
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
public int flag;
[DNAFieldAttribute(1, "int", "edit_flag", "int", 4, false)]
[DNAFieldAttribute(1, "int", "edit_flag", "int", 4, false, 4)]
public int edit_flag;
[DNAFieldAttribute(2, "float", "normals_length", "float", 4, false)]
[DNAFieldAttribute(2, "float", "normals_length", "float", 4, false, 8)]
public float normals_length;
[DNAFieldAttribute(3, "float", "normals_constant_screen_size", "float", 4, false)]
[DNAFieldAttribute(3, "float", "normals_constant_screen_size", "float", 4, false, 12)]
public float normals_constant_screen_size;
[DNAFieldAttribute(4, "int", "paint_flag", "int", 4, false)]
[DNAFieldAttribute(4, "int", "paint_flag", "int", 4, false, 16)]
public int paint_flag;
[DNAFieldAttribute(5, "int", "wpaint_flag", "int", 4, false)]
[DNAFieldAttribute(5, "int", "wpaint_flag", "int", 4, false, 20)]
public int wpaint_flag;
[DNAFieldAttribute(6, "float", "texture_paint_mode_opacity", "float", 4, false)]
[DNAFieldAttribute(6, "float", "texture_paint_mode_opacity", "float", 4, false, 24)]
public float texture_paint_mode_opacity;
[DNAFieldAttribute(7, "float", "vertex_paint_mode_opacity", "float", 4, false)]
[DNAFieldAttribute(7, "float", "vertex_paint_mode_opacity", "float", 4, false, 28)]
public float vertex_paint_mode_opacity;
[DNAFieldAttribute(8, "float", "weight_paint_mode_opacity", "float", 4, false)]
[DNAFieldAttribute(8, "float", "weight_paint_mode_opacity", "float", 4, false, 32)]
public float weight_paint_mode_opacity;
[DNAFieldAttribute(9, "float", "sculpt_mode_mask_opacity", "float", 4, false)]
[DNAFieldAttribute(9, "float", "sculpt_mode_mask_opacity", "float", 4, false, 36)]
public float sculpt_mode_mask_opacity;
[DNAFieldAttribute(10, "float", "sculpt_mode_face_sets_opacity", "float", 4, false)]
[DNAFieldAttribute(10, "float", "sculpt_mode_face_sets_opacity", "float", 4, false, 40)]
public float sculpt_mode_face_sets_opacity;
[DNAFieldAttribute(11, "float", "viewer_attribute_opacity", "float", 4, false)]
[DNAFieldAttribute(11, "float", "viewer_attribute_opacity", "float", 4, false, 44)]
public float viewer_attribute_opacity;
[DNAFieldAttribute(12, "float", "xray_alpha_bone", "float", 4, false)]
[DNAFieldAttribute(12, "float", "xray_alpha_bone", "float", 4, false, 48)]
public float xray_alpha_bone;
[DNAFieldAttribute(13, "float", "bone_wire_alpha", "float", 4, false)]
[DNAFieldAttribute(13, "float", "bone_wire_alpha", "float", 4, false, 52)]
public float bone_wire_alpha;
[DNAFieldAttribute(14, "float", "fade_alpha", "float", 4, false)]
[DNAFieldAttribute(14, "float", "fade_alpha", "float", 4, false, 56)]
public float fade_alpha;
[DNAFieldAttribute(15, "float", "wireframe_threshold", "float", 4, false)]
[DNAFieldAttribute(15, "float", "wireframe_threshold", "float", 4, false, 60)]
public float wireframe_threshold;
[DNAFieldAttribute(16, "float", "wireframe_opacity", "float", 4, false)]
[DNAFieldAttribute(16, "float", "wireframe_opacity", "float", 4, false, 64)]
public float wireframe_opacity;
[DNAFieldAttribute(17, "float", "retopology_offset", "float", 4, false)]
[DNAFieldAttribute(17, "float", "retopology_offset", "float", 4, false, 68)]
public float retopology_offset;
[DNAFieldAttribute(18, "float", "gpencil_paper_opacity", "float", 4, false)]
[DNAFieldAttribute(18, "float", "gpencil_paper_opacity", "float", 4, false, 72)]
public float gpencil_paper_opacity;
[DNAFieldAttribute(19, "float", "gpencil_grid_opacity", "float", 4, false)]
[DNAFieldAttribute(19, "float", "gpencil_grid_opacity", "float", 4, false, 76)]
public float gpencil_grid_opacity;
[DNAFieldAttribute(20, "float", "gpencil_fade_layer", "float", 4, false)]
[DNAFieldAttribute(20, "float", "gpencil_fade_layer", "float", 4, false, 80)]
public float gpencil_fade_layer;
[DNAFieldAttribute(21, "float", "gpencil_grid_color[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(21, "float", "gpencil_grid_color[3]", "System.Single[]", 12, false, 84)]
public float[] gpencil_grid_color = new System.Single[3];
[DNAFieldAttribute(22, "float", "gpencil_grid_scale[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(22, "float", "gpencil_grid_scale[2]", "System.Single[]", 8, false, 96)]
public float[] gpencil_grid_scale = new System.Single[2];
[DNAFieldAttribute(23, "float", "gpencil_grid_offset[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(23, "float", "gpencil_grid_offset[2]", "System.Single[]", 8, false, 104)]
public float[] gpencil_grid_offset = new System.Single[2];
[DNAFieldAttribute(24, "int", "gpencil_grid_subdivisions", "int", 4, false)]
[DNAFieldAttribute(24, "int", "gpencil_grid_subdivisions", "int", 4, false, 112)]
public int gpencil_grid_subdivisions;
[DNAFieldAttribute(25, "float", "gpencil_vertex_paint_opacity", "float", 4, false)]
[DNAFieldAttribute(25, "float", "gpencil_vertex_paint_opacity", "float", 4, false, 116)]
public float gpencil_vertex_paint_opacity;
[DNAFieldAttribute(26, "int", "handle_display", "int", 4, false)]
[DNAFieldAttribute(26, "int", "handle_display", "int", 4, false, 120)]
public int handle_display;
[DNAFieldAttribute(27, "float", "sculpt_curves_cage_opacity", "float", 4, false)]
[DNAFieldAttribute(27, "float", "sculpt_curves_cage_opacity", "float", 4, false, 124)]
public float sculpt_curves_cage_opacity;
public View3DOverlay() {
this.flag = default;