paint: reorder by drag and drop

This commit is contained in:
luboslenco
2026-04-21 07:59:19 +02:00
parent e0330644c3
commit d2557ec294
9 changed files with 286 additions and 24 deletions
+7
View File
@@ -190,6 +190,9 @@ bool context_in_materials();
bool context_in_2d_view(view_2d_type_t type);
bool context_in_nodes();
bool context_in_swatches();
bool context_in_brushes();
bool context_in_fonts();
bool context_in_textures();
bool context_in_browser();
bool context_is_decal();
bool context_is_decal_mask();
@@ -422,6 +425,10 @@ void util_render_pick_pos_nor_tex();
mat4_t util_render_get_decal_mat();
void tab_materials_draw(ui_handle_t *htab);
void tab_materials_accept_swatch_drop(swatch_color_t *swatch);
void tab_materials_accept_material_drop(slot_material_t *material);
void tab_brushes_accept_brush_drop(slot_brush_t *brush);
void tab_fonts_accept_font_drop(slot_font_t *font);
void tab_textures_accept_asset_drop(asset_t *asset);
void tab_browser_show_directory(char *directory);
void tab_browser_draw(ui_handle_t *htab);
void util_mesh_merge(mesh_object_t_array_t *paint_objects);