Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user