Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/sculpt.c
| Show First 20 Lines • Show All 7,797 Lines • ▼ Show 20 Lines | SCULPT_VERTEX_NEIGHBORS_ITER_BEGIN (ss, from_v, ni) { | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| SCULPT_VERTEX_NEIGHBORS_ITER_END(ni); | SCULPT_VERTEX_NEIGHBORS_ITER_END(ni); | ||||
| } | } | ||||
| BLI_gsqueue_free(not_visited_vertices); | BLI_gsqueue_free(not_visited_vertices); | ||||
| MEM_freeN(visited_vertices); | MEM_freeN(visited_vertices); | ||||
| ss->preview_vert_index_count = totpoints; | ss->preview_vert_index_count = totpoints; | ||||
| } | } | ||||
| void ED_operatortypes_sculpt(void) | void ED_operatortypes_sculpt(void) | ||||
| { | { | ||||
| WM_operatortype_append(SCULPT_OT_brush_stroke); | WM_operatortype_append(SCULPT_OT_brush_stroke); | ||||
| Show All 18 Lines | |||||