Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606>2020-08-18 13:35:28 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-08-18 13:35:37 +0300
commite3eb53a5b3f82d293f61d20da2258f07dbdde001 (patch)
treefdc0114a967c1495a9e70def5c01294e7730d46d
parent762daacbc7aed37c5984f02c4d4b29436e2cf005 (diff)
Cleanup: Remove unused code in the Paint Cursor
This code was left here after the refactor, it was doing nothing and it was causing an assert. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8579
m---------release/datafiles/locale0
m---------release/scripts/addons0
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c3
m---------source/tools0
4 files changed, 0 insertions, 3 deletions
diff --git a/release/datafiles/locale b/release/datafiles/locale
-Subproject 4af22e0492f401c609a0203cad1a9bc7fa00b86
+Subproject bc6623180aee561cba84ac11f5959b31016612e
diff --git a/release/scripts/addons b/release/scripts/addons
-Subproject 25b00a0a52c81408b9dc15ea320a79ee956b3c0
+Subproject 1bc96468a144750348ea6b134d4aaf457d7cc6c
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index d4379262666..63b4516b1cc 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -1762,9 +1762,6 @@ static void paint_cursor_cursor_draw_3d_view_brush_cursor_active(PaintCursorCont
GPU_matrix_pop();
- /* This Cloth brush cursor overlay always works in cursor space. */
- paint_cursor_drawing_setup_cursor_space(pcontext);
-
GPU_matrix_pop_projection();
wmWindowViewport(pcontext->win);
}
diff --git a/source/tools b/source/tools
-Subproject 6a252de776d0b9dca3167c30a7621a4f1e9bc91
+Subproject 44ae9d181c734c14ae22feb0d33ad39a626f8ce