paint: drag and drop material into meshes tab

This commit is contained in:
luboslenco
2026-08-14 16:39:34 +02:00
parent a1750e7952
commit 2975884155
+3
View File
@@ -90,6 +90,9 @@ void base_material_dropped() {
else if (context_in_materials()) {
tab_materials_accept_material_drop(base_drag_material);
}
else if (context_in_meshes()) {
tab_meshes_accept_material_drop(base_drag_material);
}
gc_unroot(base_drag_material);
base_drag_material = NULL;
}