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,75 +15,75 @@ namespace BlendFile.DNA {
[DNAClassAttribute(950, "SpaceImage", 10624)]
public class SpaceImage {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "Image", "*image", "Image", 8, true)]
[DNAFieldAttribute(6, "Image", "*image", "Image", 8, true, 40)]
public Image ptr_image;
[DNAFieldAttribute(7, "ImageUser", "iuser", "ImageUser", 40, false)]
[DNAFieldAttribute(7, "ImageUser", "iuser", "ImageUser", 40, false, 48)]
public ImageUser iuser;
[DNAFieldAttribute(8, "Scopes", "scopes", "Scopes", 5272, false)]
[DNAFieldAttribute(8, "Scopes", "scopes", "Scopes", 5272, false, 88)]
public Scopes scopes;
[DNAFieldAttribute(9, "Histogram", "sample_line_hist", "Histogram", 5160, false)]
[DNAFieldAttribute(9, "Histogram", "sample_line_hist", "Histogram", 5160, false, 5360)]
public Histogram sample_line_hist;
[DNAFieldAttribute(10, "bGPdata", "*gpd", "bGPdata", 8, true)]
[DNAFieldAttribute(10, "bGPdata", "*gpd", "bGPdata", 8, true, 10520)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(11, "float", "cursor[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(11, "float", "cursor[2]", "System.Single[]", 8, false, 10528)]
public float[] cursor = new System.Single[2];
[DNAFieldAttribute(12, "float", "xof", "float", 4, false)]
[DNAFieldAttribute(12, "float", "xof", "float", 4, false, 10536)]
public float xof;
[DNAFieldAttribute(13, "float", "yof", "float", 4, false)]
[DNAFieldAttribute(13, "float", "yof", "float", 4, false, 10540)]
public float yof;
[DNAFieldAttribute(14, "float", "zoom", "float", 4, false)]
[DNAFieldAttribute(14, "float", "zoom", "float", 4, false, 10544)]
public float zoom;
[DNAFieldAttribute(15, "float", "centx", "float", 4, false)]
[DNAFieldAttribute(15, "float", "centx", "float", 4, false, 10548)]
public float centx;
[DNAFieldAttribute(16, "float", "centy", "float", 4, false)]
[DNAFieldAttribute(16, "float", "centy", "float", 4, false, 10552)]
public float centy;
[DNAFieldAttribute(17, "char", "mode", "char", 1, false)]
[DNAFieldAttribute(17, "char", "mode", "char", 1, false, 10556)]
public char mode;
[DNAFieldAttribute(18, "char", "mode_prev", "char", 1, false)]
[DNAFieldAttribute(18, "char", "mode_prev", "char", 1, false, 10557)]
public char mode_prev;
[DNAFieldAttribute(19, "char", "pin", "char", 1, false)]
[DNAFieldAttribute(19, "char", "pin", "char", 1, false, 10558)]
public char pin;
[DNAFieldAttribute(20, "char", "pixel_snap_mode", "char", 1, false)]
[DNAFieldAttribute(20, "char", "pixel_snap_mode", "char", 1, false, 10559)]
public char pixel_snap_mode;
[DNAFieldAttribute(21, "char", "lock", "char", 1, false)]
[DNAFieldAttribute(21, "char", "lock", "char", 1, false, 10560)]
public char @lock;
[DNAFieldAttribute(22, "char", "dt_uv", "char", 1, false)]
[DNAFieldAttribute(22, "char", "dt_uv", "char", 1, false, 10561)]
public char dt_uv;
[DNAFieldAttribute(23, "char", "dt_uvstretch", "char", 1, false)]
[DNAFieldAttribute(23, "char", "dt_uvstretch", "char", 1, false, 10562)]
public char dt_uvstretch;
[DNAFieldAttribute(24, "char", "around", "char", 1, false)]
[DNAFieldAttribute(24, "char", "around", "char", 1, false, 10563)]
public char around;
[DNAFieldAttribute(25, "char", "gizmo_flag", "char", 1, false)]
[DNAFieldAttribute(25, "char", "gizmo_flag", "char", 1, false, 10564)]
public char gizmo_flag;
[DNAFieldAttribute(26, "char", "grid_shape_source", "char", 1, false)]
[DNAFieldAttribute(26, "char", "grid_shape_source", "char", 1, false, 10565)]
public char grid_shape_source;
[DNAFieldAttribute(27, "char", "_pad1[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(27, "char", "_pad1[6]", "System.Char[]", 6, false, 10566)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(28, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(28, "int", "flag", "int", 4, false, 10572)]
public int flag;
[DNAFieldAttribute(29, "float", "uv_opacity", "float", 4, false)]
[DNAFieldAttribute(29, "float", "uv_opacity", "float", 4, false, 10576)]
public float uv_opacity;
[DNAFieldAttribute(30, "float", "stretch_opacity", "float", 4, false)]
[DNAFieldAttribute(30, "float", "stretch_opacity", "float", 4, false, 10580)]
public float stretch_opacity;
[DNAFieldAttribute(31, "int", "tile_grid_shape[2]", "System.Int32[]", 8, false)]
[DNAFieldAttribute(31, "int", "tile_grid_shape[2]", "System.Int32[]", 8, false, 10584)]
public int[] tile_grid_shape = new System.Int32[2];
[DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", "System.Int32[]", 8, false)]
[DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", "System.Int32[]", 8, false, 10592)]
public int[] custom_grid_subdiv = new System.Int32[2];
[DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16, false)]
[DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16, false, 10600)]
public MaskSpaceInfo mask_info;
[DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", "SpaceImageOverlay", 8, false)]
[DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", "SpaceImageOverlay", 8, false, 10616)]
public SpaceImageOverlay overlay;
public SpaceImage() {
this.ptr_next = default;