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-10-30 04:54:41 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-10-30 04:54:41 +0400
commit33a0469630b47d432b5b99582c8e671c70bba3f2 (patch)
treefbe23df5c12450b6b0ce60b9687d2980b1bdc765 /source/blender/editors/sculpt_paint
parent96f756d4b377521c118ee3b21dd2087eea79d6a5 (diff)
Some comment fixes, add new sculpt masking operators to menus
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 6a25e31573d..7a4da0114d3 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -295,7 +295,7 @@ static int paint_mask_gesture_lasso_exec(bContext *C, wmOperator *op)
pbvh = dm->getPBVH(ob, dm);
ob->sculpt->pbvh = pbvh;
- /* gather the nodes inside the lasso */
+ /* gather all nodes! (doing bounding box intersection is more work than needed) */
BKE_pbvh_search_gather(pbvh, NULL, NULL, &nodes, &totnode);
sculpt_undo_push_begin("Mask lasso fill");