regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,75 +15,75 @@ namespace BlendFile.DNA {
[DNAClassAttribute(950, "SpaceImage")]
public class SpaceImage {
[DNAFieldAttribute(0, "SpaceLink", "*next", 40)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", 40)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", 16)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", 1)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", 1)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "Image", "*image", 1600)]
[DNAFieldAttribute(6, "Image", "*image", "Image", 1600)]
public Image ptr_image;
[DNAFieldAttribute(7, "ImageUser", "iuser", 40)]
[DNAFieldAttribute(7, "ImageUser", "iuser", "ImageUser", 40)]
public ImageUser iuser;
[DNAFieldAttribute(8, "Scopes", "scopes", 5272)]
[DNAFieldAttribute(8, "Scopes", "scopes", "Scopes", 5272)]
public Scopes scopes;
[DNAFieldAttribute(9, "Histogram", "sample_line_hist", 5160)]
[DNAFieldAttribute(9, "Histogram", "sample_line_hist", "Histogram", 5160)]
public Histogram sample_line_hist;
[DNAFieldAttribute(10, "bGPdata", "*gpd", 616)]
[DNAFieldAttribute(10, "bGPdata", "*gpd", "bGPdata", 616)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(11, "float", "cursor[2]", 4)]
[DNAFieldAttribute(11, "float", "cursor[2]", "System.Single[]", 4)]
public float[] cursor = new System.Single[2];
[DNAFieldAttribute(12, "float", "xof", 4)]
[DNAFieldAttribute(12, "float", "xof", "float", 4)]
public float xof;
[DNAFieldAttribute(13, "float", "yof", 4)]
[DNAFieldAttribute(13, "float", "yof", "float", 4)]
public float yof;
[DNAFieldAttribute(14, "float", "zoom", 4)]
[DNAFieldAttribute(14, "float", "zoom", "float", 4)]
public float zoom;
[DNAFieldAttribute(15, "float", "centx", 4)]
[DNAFieldAttribute(15, "float", "centx", "float", 4)]
public float centx;
[DNAFieldAttribute(16, "float", "centy", 4)]
[DNAFieldAttribute(16, "float", "centy", "float", 4)]
public float centy;
[DNAFieldAttribute(17, "char", "mode", 1)]
[DNAFieldAttribute(17, "char", "mode", "char", 1)]
public char mode;
[DNAFieldAttribute(18, "char", "mode_prev", 1)]
[DNAFieldAttribute(18, "char", "mode_prev", "char", 1)]
public char mode_prev;
[DNAFieldAttribute(19, "char", "pin", 1)]
[DNAFieldAttribute(19, "char", "pin", "char", 1)]
public char pin;
[DNAFieldAttribute(20, "char", "pixel_snap_mode", 1)]
[DNAFieldAttribute(20, "char", "pixel_snap_mode", "char", 1)]
public char pixel_snap_mode;
[DNAFieldAttribute(21, "char", "lock", 1)]
[DNAFieldAttribute(21, "char", "lock", "char", 1)]
public char @lock;
[DNAFieldAttribute(22, "char", "dt_uv", 1)]
[DNAFieldAttribute(22, "char", "dt_uv", "char", 1)]
public char dt_uv;
[DNAFieldAttribute(23, "char", "dt_uvstretch", 1)]
[DNAFieldAttribute(23, "char", "dt_uvstretch", "char", 1)]
public char dt_uvstretch;
[DNAFieldAttribute(24, "char", "around", 1)]
[DNAFieldAttribute(24, "char", "around", "char", 1)]
public char around;
[DNAFieldAttribute(25, "char", "gizmo_flag", 1)]
[DNAFieldAttribute(25, "char", "gizmo_flag", "char", 1)]
public char gizmo_flag;
[DNAFieldAttribute(26, "char", "grid_shape_source", 1)]
[DNAFieldAttribute(26, "char", "grid_shape_source", "char", 1)]
public char grid_shape_source;
[DNAFieldAttribute(27, "char", "_pad1[6]", 1)]
[DNAFieldAttribute(27, "char", "_pad1[6]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(28, "int", "flag", 4)]
[DNAFieldAttribute(28, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(29, "float", "uv_opacity", 4)]
[DNAFieldAttribute(29, "float", "uv_opacity", "float", 4)]
public float uv_opacity;
[DNAFieldAttribute(30, "float", "stretch_opacity", 4)]
[DNAFieldAttribute(30, "float", "stretch_opacity", "float", 4)]
public float stretch_opacity;
[DNAFieldAttribute(31, "int", "tile_grid_shape[2]", 4)]
[DNAFieldAttribute(31, "int", "tile_grid_shape[2]", "System.Int32[]", 4)]
public int[] tile_grid_shape = new System.Int32[2];
[DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", 4)]
[DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", "System.Int32[]", 4)]
public int[] custom_grid_subdiv = new System.Int32[2];
[DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", 16)]
[DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16)]
public MaskSpaceInfo mask_info;
[DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", 8)]
[DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", "SpaceImageOverlay", 8)]
public SpaceImageOverlay overlay;
public SpaceImage() {
this.ptr_next = default;