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,61 +15,61 @@ namespace BlendFile.DNA {
[DNAClassAttribute(937, "SpaceSeq")]
public class SpaceSeq {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 4, true)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 4, true)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)]
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false)]
public View2D v2d;
[DNAFieldAttribute(7, "float", "xof", "float", 4)]
[DNAFieldAttribute(7, "float", "xof", "float", 4, false)]
public float xof;
[DNAFieldAttribute(8, "float", "yof", "float", 4)]
[DNAFieldAttribute(8, "float", "yof", "float", 4, false)]
public float yof;
[DNAFieldAttribute(9, "short", "mainb", "short", 2)]
[DNAFieldAttribute(9, "short", "mainb", "short", 2, false)]
public short mainb;
[DNAFieldAttribute(10, "short", "render_size", "short", 2)]
[DNAFieldAttribute(10, "short", "render_size", "short", 2, false)]
public short render_size;
[DNAFieldAttribute(11, "short", "chanshown", "short", 2)]
[DNAFieldAttribute(11, "short", "chanshown", "short", 2, false)]
public short chanshown;
[DNAFieldAttribute(12, "short", "zebra", "short", 2)]
[DNAFieldAttribute(12, "short", "zebra", "short", 2, false)]
public short zebra;
[DNAFieldAttribute(13, "int", "flag", "int", 4)]
[DNAFieldAttribute(13, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(14, "float", "zoom", "float", 4)]
[DNAFieldAttribute(14, "float", "zoom", "float", 4, false)]
public float zoom;
[DNAFieldAttribute(15, "char", "view", "char", 1)]
[DNAFieldAttribute(15, "char", "view", "char", 1, false)]
public char view;
[DNAFieldAttribute(16, "char", "overlay_type", "char", 1)]
[DNAFieldAttribute(16, "char", "overlay_type", "char", 1, false)]
public char overlay_type;
[DNAFieldAttribute(17, "char", "draw_flag", "char", 1)]
[DNAFieldAttribute(17, "char", "draw_flag", "char", 1, false)]
public char draw_flag;
[DNAFieldAttribute(18, "char", "gizmo_flag", "char", 1)]
[DNAFieldAttribute(18, "char", "gizmo_flag", "char", 1, false)]
public char gizmo_flag;
[DNAFieldAttribute(19, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(19, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(20, "float", "cursor[2]", "System.Single[]", 4)]
[DNAFieldAttribute(20, "float", "cursor[2]", "System.Single[]", 8, false)]
public float[] cursor = new System.Single[2];
[DNAFieldAttribute(21, "bGPdata", "*gpd", "bGPdata", 616)]
[DNAFieldAttribute(21, "bGPdata", "*gpd", "bGPdata", 4, true)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(22, "SequencerPreviewOverlay", "preview_overlay", "SequencerPreviewOverlay", 8)]
[DNAFieldAttribute(22, "SequencerPreviewOverlay", "preview_overlay", "SequencerPreviewOverlay", 8, false)]
public SequencerPreviewOverlay preview_overlay;
[DNAFieldAttribute(23, "SequencerTimelineOverlay", "timeline_overlay", "SequencerTimelineOverlay", 8)]
[DNAFieldAttribute(23, "SequencerTimelineOverlay", "timeline_overlay", "SequencerTimelineOverlay", 8, false)]
public SequencerTimelineOverlay timeline_overlay;
[DNAFieldAttribute(24, "SequencerCacheOverlay", "cache_overlay", "SequencerCacheOverlay", 8)]
[DNAFieldAttribute(24, "SequencerCacheOverlay", "cache_overlay", "SequencerCacheOverlay", 8, false)]
public SequencerCacheOverlay cache_overlay;
[DNAFieldAttribute(25, "char", "multiview_eye", "char", 1)]
[DNAFieldAttribute(25, "char", "multiview_eye", "char", 1, false)]
public char multiview_eye;
[DNAFieldAttribute(26, "char", "_pad2[7]", "System.Char[]", 1)]
[DNAFieldAttribute(26, "char", "_pad2[7]", "System.Char[]", 7, false)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(27, "SpaceSeq_Runtime", "*runtime", "SpaceSeq_Runtime", 0)]
[DNAFieldAttribute(27, "SpaceSeq_Runtime", "*runtime", "SpaceSeq_Runtime", 4, true)]
public SpaceSeq_Runtime ptr_runtime;
public SpaceSeq() {
this.ptr_next = default;