29 lines
475 B
TypeScript
29 lines
475 B
TypeScript
|
|
function base_ext_init() {
|
|
|
|
}
|
|
|
|
function base_ext_render() {
|
|
if (context_raw.frame == 2) {
|
|
util_render_make_material_preview();
|
|
ui_base_hwnds[tab_area_t.SIDEBAR1].redraws = 2;
|
|
|
|
base_init_undo_layers();
|
|
|
|
sys_notify_on_next_frame(function () {
|
|
sys_notify_on_next_frame(function () {
|
|
context_raw.project_type = project_model_t.SPHERE;
|
|
project_new();
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
function base_ext_init_config(raw: config_t) {
|
|
|
|
}
|
|
|
|
function base_ext_update() {
|
|
|
|
}
|