Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(414)

Side by Side Diff: source/blender/editors/sculpt_paint/paint_hide.c

Issue 6947064: Dyntopo (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Review updates Created 12 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * ***** BEGIN GPL LICENSE BLOCK ***** 2 * ***** BEGIN GPL LICENSE BLOCK *****
3 * 3 *
4 * This program is free software; you can redistribute it and/or 4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License 5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2 6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version. 7 * of the License, or (at your option) any later version.
8 * 8 *
9 * This program is distributed in the hope that it will be useful, 9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 int *vert_indices; 102 int *vert_indices;
103 int any_changed = 0, any_visible = 0, totvert, i; 103 int any_changed = 0, any_visible = 0, totvert, i;
104 ························ 104 ························
105 BKE_pbvh_node_num_verts(pbvh, node, NULL, &totvert); 105 BKE_pbvh_node_num_verts(pbvh, node, NULL, &totvert);
106 BKE_pbvh_node_get_verts(pbvh, node, &vert_indices, &mvert); 106 BKE_pbvh_node_get_verts(pbvh, node, &vert_indices, &mvert);
107 paint_mask = CustomData_get_layer(&me->vdata, CD_PAINT_MASK); 107 paint_mask = CustomData_get_layer(&me->vdata, CD_PAINT_MASK);
108 108
109 sculpt_undo_push_node(ob, node, SCULPT_UNDO_HIDDEN); 109 sculpt_undo_push_node(ob, node, SCULPT_UNDO_HIDDEN);
110 110
111 for (i = 0; i < totvert; i++) { 111 for (i = 0; i < totvert; i++) {

error: old chunk mismatch

OLDNEW
« no previous file with comments | « source/blender/editors/mesh/editmesh_tools.c ('k') | source/blender/editors/sculpt_paint/paint_mask.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b