Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -63,6 +63,32 @@ namespace BlendFile.DNA {
public wmTooltipState ptr_tool_tip;
[DNAFieldAttribute(23, "PreviewImage", "*preview", 48)]
public PreviewImage ptr_preview;
public bScreen() {
this.id = default;
this.vertbase = default;
this.edgebase = default;
this.areabase = default;
this.regionbase = default;
this.ptr_scene = default;
this.flag = default;
this.winid = default;
this.redraws_flag = default;
this.temp = default;
this.state = default;
this.do_draw = default;
this.do_refresh = default;
this.do_draw_gesture = default;
this.do_draw_paintcursor = default;
this.do_draw_drag = default;
this.skip_handling = default;
this.scrubbing = default;
this._pad = default;
this.ptr_active_region = default;
this.ptr_animtimer = default;
this.ptr_context = default;
this.ptr_tool_tip = default;
this.ptr_preview = default;
}
public bScreen(
ID id,
ListBase vertbase,