paint: improve timeline skinning

This commit is contained in:
luboslenco
2026-07-18 12:09:44 +02:00
parent ee77600676
commit 09086a000e
7 changed files with 100 additions and 41 deletions
+6
View File
@@ -19,6 +19,12 @@ void import_mesh_run(char *path, bool _clear_layers, bool replace_existing, bool
import_mesh_no_reset = keep_camera;
g_context->layer_filter = 0;
#ifdef WITH_PLUGINS
if (replace_existing) {
plugins_skin_data_clear();
}
#endif
char *p = to_lower_case(path);
if (ends_with(p, ".obj")) {
import_obj_run(path, replace_existing);