[Bf-blender-cvs] Git Commit [a7d292e] master: Code cleanup, cont. A small omission here.

Antony Riakiotakis noreply at git.blender.org
Fri Nov 15 22:04:24 CET 2013


Commit: a7d292ee4e989ee1619c4c5d55649a61e132426f
Author: Antony Riakiotakis
Date:   Fri Nov 15 23:04:18 2013 +0200
http://developer.blender.org/rBa7d292ee4e989ee1619c4c5d55649a61e132426f

Code cleanup, cont. A small omission here.

===================================================================

M	source/blender/editors/sculpt_paint/paint_mask.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 42652cf..9b906c4 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) {




More information about the Bf-blender-cvs mailing list