OLD | NEW |
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 Loading... |
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 |
OLD | NEW |