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:
authorAntony Riakiotakis <kalast@gmail.com>2013-11-16 01:04:18 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-11-16 01:04:18 +0400
commita7d292ee4e989ee1619c4c5d55649a61e132426f (patch)
treecf84fac7889597f978c9fbe5fb9a41fefaa4def9 /source/blender/editors/sculpt_paint
parente9c9706ce61c66f2451ff94df1ff04786dc7437d (diff)
Code cleanup, cont. A small omission here.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 42652cfa578..9b906c460e3 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -236,8 +236,6 @@ int do_sculpt_mask_box_select(ViewContext *vc, rcti *rect, bool select, bool UNU
PBVHVertexIter vi;
bool any_masked = false;
- sculpt_undo_push_node(ob, nodes[i], SCULPT_UNDO_MASK);
-
BKE_pbvh_vertex_iter_begin(pbvh, nodes[i], vi, PBVH_ITER_UNIQUE) {
if (is_effected(clip_planes_final, vi.co)) {
if (!any_masked) {