regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(842, "ARegion")]
[DNAClassAttribute(842, "ARegion", 440)]
public class ARegion {
[DNAFieldAttribute(0, "ARegion", "*next", "ARegion", 4, true)]
[DNAFieldAttribute(0, "ARegion", "*next", "ARegion", 8, true)]
public ARegion ptr_next;
[DNAFieldAttribute(1, "ARegion", "*prev", "ARegion", 4, true)]
[DNAFieldAttribute(1, "ARegion", "*prev", "ARegion", 8, true)]
public ARegion ptr_prev;
[DNAFieldAttribute(2, "View2D", "v2d", "View2D", 152, false)]
public View2D v2d;
@@ -53,7 +53,7 @@ namespace BlendFile.DNA {
public short overlap;
[DNAFieldAttribute(18, "short", "flagfullscreen", "short", 2, false)]
public short flagfullscreen;
[DNAFieldAttribute(19, "ARegionType", "*type", "ARegionType", 4, true)]
[DNAFieldAttribute(19, "ARegionType", "*type", "ARegionType", 8, true)]
public ARegionType ptr_type;
[DNAFieldAttribute(20, "ListBase", "uiblocks", "ListBase", 16, false)]
public ListBase uiblocks;
@@ -69,15 +69,15 @@ namespace BlendFile.DNA {
public ListBase handlers;
[DNAFieldAttribute(26, "ListBase", "panels_category", "ListBase", 16, false)]
public ListBase panels_category;
[DNAFieldAttribute(27, "wmGizmoMap", "*gizmo_map", "wmGizmoMap", 4, true)]
[DNAFieldAttribute(27, "wmGizmoMap", "*gizmo_map", "wmGizmoMap", 8, true)]
public wmGizmoMap ptr_gizmo_map;
[DNAFieldAttribute(28, "wmTimer", "*regiontimer", "wmTimer", 4, true)]
[DNAFieldAttribute(28, "wmTimer", "*regiontimer", "wmTimer", 8, true)]
public wmTimer ptr_regiontimer;
[DNAFieldAttribute(29, "wmDrawBuffer", "*draw_buffer", "wmDrawBuffer", 4, true)]
[DNAFieldAttribute(29, "wmDrawBuffer", "*draw_buffer", "wmDrawBuffer", 8, true)]
public wmDrawBuffer ptr_draw_buffer;
[DNAFieldAttribute(30, "char", "*headerstr", "char", 4, true)]
[DNAFieldAttribute(30, "char", "*headerstr", "char", 8, true)]
public char ptr_headerstr;
[DNAFieldAttribute(31, "void", "*regiondata", "void", 4, true)]
[DNAFieldAttribute(31, "void", "*regiondata", "void", 8, true)]
public object ptr_regiondata;
[DNAFieldAttribute(32, "ARegion_Runtime", "runtime", "ARegion_Runtime", 48, false)]
public ARegion_Runtime runtime;