paint: merge smudge into blur tool

This commit is contained in:
luboslenco
2026-05-14 11:24:04 +02:00
parent 8781eef276
commit cba3092e3a
15 changed files with 51 additions and 36 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void render_path_base_begin() {
// Match projection matrix jitter
bool skip_taa = g_context->split_view || g_context->viewport_mode == VIEWPORT_MODE_PATH_TRACE || g_context->camera_type == CAMERA_TYPE_ORTHOGRAPHIC ||
((g_context->tool == TOOL_TYPE_CLONE || g_context->tool == TOOL_TYPE_BLUR || g_context->tool == TOOL_TYPE_SMUDGE) && g_context->pdirty > 0);
((g_context->tool == TOOL_TYPE_CLONE || g_context->tool == TOOL_TYPE_BLUR) && g_context->pdirty > 0);
if (skip_taa || g_config->brush_live) {
scene_camera->frame = 0;