paint: add viewport mask to picker tool

This commit is contained in:
luboslenco
2026-07-11 17:42:26 +02:00
parent a0e13782bf
commit 0790b0f406
10 changed files with 67 additions and 46 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ void plugin_uv_unwrap_per_object_button(mesh_object_t *m
void make_discard_color_id(node_shader_t *kong, char *tex_coord);
void make_discard_face(node_shader_t *kong);
void make_discard_uv_island(node_shader_t *kong);
void make_discard_material_id(node_shader_t *kong);
void make_discard_material_id(node_shader_t *kong, char *tex_coord);
bool import_arm_is_old(buffer_t *b);
project_t *import_arm_from_old(buffer_t *b);
void nodes_brush_init();