base_ext.ts 303 B

1234567891011121314151617181920
  1. function base_ext_init() {
  2. }
  3. function base_ext_render() {
  4. if (context_raw.frame == 2) {
  5. util_render_make_material_preview();
  6. ui_base_hwnds[tab_area_t.SIDEBAR1].redraws = 2;
  7. base_init_undo_layers();
  8. }
  9. }
  10. function base_ext_init_config(raw: config_t) {
  11. }
  12. function base_ext_update() {
  13. }