Files
armorpaint/armorlab/sources/base_ext.ts
T

15 lines
306 B
TypeScript
Raw Normal View History

2024-11-08 18:55:39 +01:00
function base_ext_init() {
random_node_set_seed(math_floor(time_time() * 4294967295));
}
function base_ext_render() {
if (context_raw.frame == 2) {
app_notify_on_next_frame(function () {
app_notify_on_next_frame(function () {
tab_meshes_set_default_mesh(".Sphere");
});
});
}
}