regenerated files
This commit is contained in:
@@ -15,53 +15,53 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(240, "bScreen")]
|
||||
public class bScreen {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "ListBase", "vertbase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(1, "ListBase", "vertbase", "ListBase", 16, false)]
|
||||
public ListBase vertbase;
|
||||
[DNAFieldAttribute(2, "ListBase", "edgebase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "edgebase", "ListBase", 16, false)]
|
||||
public ListBase edgebase;
|
||||
[DNAFieldAttribute(3, "ListBase", "areabase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "areabase", "ListBase", 16, false)]
|
||||
public ListBase areabase;
|
||||
[DNAFieldAttribute(4, "ListBase", "regionbase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(4, "ListBase", "regionbase", "ListBase", 16, false)]
|
||||
public ListBase regionbase;
|
||||
[DNAFieldAttribute(5, "Scene", "*scene", "Scene", 6744)]
|
||||
[DNAFieldAttribute(5, "Scene", "*scene", "Scene", 4, true)]
|
||||
public Scene ptr_scene;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "winid", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "winid", "short", 2, false)]
|
||||
public short winid;
|
||||
[DNAFieldAttribute(8, "short", "redraws_flag", "short", 2)]
|
||||
[DNAFieldAttribute(8, "short", "redraws_flag", "short", 2, false)]
|
||||
public short redraws_flag;
|
||||
[DNAFieldAttribute(9, "char", "temp", "char", 1)]
|
||||
[DNAFieldAttribute(9, "char", "temp", "char", 1, false)]
|
||||
public char temp;
|
||||
[DNAFieldAttribute(10, "char", "state", "char", 1)]
|
||||
[DNAFieldAttribute(10, "char", "state", "char", 1, false)]
|
||||
public char state;
|
||||
[DNAFieldAttribute(11, "char", "do_draw", "char", 1)]
|
||||
[DNAFieldAttribute(11, "char", "do_draw", "char", 1, false)]
|
||||
public char do_draw;
|
||||
[DNAFieldAttribute(12, "char", "do_refresh", "char", 1)]
|
||||
[DNAFieldAttribute(12, "char", "do_refresh", "char", 1, false)]
|
||||
public char do_refresh;
|
||||
[DNAFieldAttribute(13, "char", "do_draw_gesture", "char", 1)]
|
||||
[DNAFieldAttribute(13, "char", "do_draw_gesture", "char", 1, false)]
|
||||
public char do_draw_gesture;
|
||||
[DNAFieldAttribute(14, "char", "do_draw_paintcursor", "char", 1)]
|
||||
[DNAFieldAttribute(14, "char", "do_draw_paintcursor", "char", 1, false)]
|
||||
public char do_draw_paintcursor;
|
||||
[DNAFieldAttribute(15, "char", "do_draw_drag", "char", 1)]
|
||||
[DNAFieldAttribute(15, "char", "do_draw_drag", "char", 1, false)]
|
||||
public char do_draw_drag;
|
||||
[DNAFieldAttribute(16, "char", "skip_handling", "char", 1)]
|
||||
[DNAFieldAttribute(16, "char", "skip_handling", "char", 1, false)]
|
||||
public char skip_handling;
|
||||
[DNAFieldAttribute(17, "char", "scrubbing", "char", 1)]
|
||||
[DNAFieldAttribute(17, "char", "scrubbing", "char", 1, false)]
|
||||
public char scrubbing;
|
||||
[DNAFieldAttribute(18, "char", "_pad[1]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "_pad[1]", "System.Char[]", 1, false)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
[DNAFieldAttribute(19, "ARegion", "*active_region", "ARegion", 440)]
|
||||
[DNAFieldAttribute(19, "ARegion", "*active_region", "ARegion", 4, true)]
|
||||
public ARegion ptr_active_region;
|
||||
[DNAFieldAttribute(20, "wmTimer", "*animtimer", "wmTimer", 0)]
|
||||
[DNAFieldAttribute(20, "wmTimer", "*animtimer", "wmTimer", 4, true)]
|
||||
public wmTimer ptr_animtimer;
|
||||
[DNAFieldAttribute(21, "void", "*context", "void", 0)]
|
||||
[DNAFieldAttribute(21, "void", "*context", "void", 4, true)]
|
||||
public object ptr_context;
|
||||
[DNAFieldAttribute(22, "wmTooltipState", "*tool_tip", "wmTooltipState", 0)]
|
||||
[DNAFieldAttribute(22, "wmTooltipState", "*tool_tip", "wmTooltipState", 4, true)]
|
||||
public wmTooltipState ptr_tool_tip;
|
||||
[DNAFieldAttribute(23, "PreviewImage", "*preview", "PreviewImage", 48)]
|
||||
[DNAFieldAttribute(23, "PreviewImage", "*preview", "PreviewImage", 4, true)]
|
||||
public PreviewImage ptr_preview;
|
||||
public bScreen() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user