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:
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index aad0a778d4b..bd448cc8288 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -360,7 +360,7 @@ static void make_vertexcol(Object *ob) /* single ob */
}
}
- //if(shade)
+ //if (shade)
// shadeMeshMCol(scene, ob, me);
//else
@@ -822,7 +822,7 @@ static int sample_backbuf_area(ViewContext *vc, int *indexar, int totface, int x
/* brecht: disabled this because it obviously fails for
* brushes with size > 64, why is this here? */
- /*if(size > 64.0) size = 64.0;*/
+ /*if (size > 64.0) size = 64.0;*/
ibuf = view3d_read_backbuf(vc, x - size, y - size, x + size, y + size);
if (ibuf) {