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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-22 15:54:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-22 15:54:53 +0400
commit5c891386842037910f5d522c7d3ffb1792b804db (patch)
tree133e551d3bf684ea1ccaa8a7d56a4f57b879a95a /source/blender/editors/sculpt_paint/paint_hide.c
parent69d0a68f0d7ed82b9701c5a7832f609e4ea4fd75 (diff)
style cleanup: comments
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_hide.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_hide.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_hide.c b/source/blender/editors/sculpt_paint/paint_hide.c
index 43bb4d33212..c75c1be36f5 100644
--- a/source/blender/editors/sculpt_paint/paint_hide.c
+++ b/source/blender/editors/sculpt_paint/paint_hide.c
@@ -135,7 +135,7 @@ static void partialvis_update_mesh(Object *ob,
}
/* Hide or show elements in multires grids with a special GridFlags
- customdata layer. */
+ * customdata layer. */
static void partialvis_update_grids(Object *ob,
PBVH *pbvh,
PBVHNode *node,
@@ -176,7 +176,7 @@ static void partialvis_update_grids(Object *ob,
}
else if (action == PARTIALVIS_SHOW && area == PARTIALVIS_ALL) {
/* special case if we're showing all, just free the
- grid */
+ * grid */
MEM_freeN(gh);
grid_hidden[g] = NULL;
any_changed = 1;
@@ -206,7 +206,7 @@ static void partialvis_update_grids(Object *ob,
}
/* if everything in the grid is now visible, free the grid
- flags */
+ * flags */
if (!any_hidden) {
MEM_freeN(gh);
grid_hidden[g] = NULL;
@@ -245,9 +245,9 @@ static void clip_planes_from_rect(bContext *C,
}
/* If mode is inside, get all PBVH nodes that lie at least partially
- inside the clip_planes volume. If mode is outside, get all nodes
- that lie at least partially outside the volume. If showing all, get
- all nodes. */
+ * inside the clip_planes volume. If mode is outside, get all nodes
+ * that lie at least partially outside the volume. If showing all, get
+ * all nodes. */
static void get_pbvh_nodes(PBVH *pbvh,
PBVHNode ***nodes,
int *totnode,
@@ -328,7 +328,7 @@ static int hide_show_exec(bContext *C, wmOperator *op)
sculpt_undo_push_end();
/* ensure that edges and faces get hidden as well (not used by
- sculpt but it looks wrong when entering editmode otherwise) */
+ * sculpt but it looks wrong when entering editmode otherwise) */
if (pbvh_type == PBVH_FACES) {
mesh_flush_hidden_from_verts(me->mvert, me->mloop,
me->medge, me->totedge,