Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_weightvgproximity.c
| Show First 20 Lines • Show All 634 Lines • ▼ Show 20 Lines | #endif | ||||
| MEM_freeN(dw); | MEM_freeN(dw); | ||||
| MEM_freeN(v_cos); | MEM_freeN(v_cos); | ||||
| MEM_SAFE_FREE(indices); | MEM_SAFE_FREE(indices); | ||||
| #ifdef USE_TIMEIT | #ifdef USE_TIMEIT | ||||
| TIMEIT_END(perf); | TIMEIT_END(perf); | ||||
| #endif | #endif | ||||
| mesh->runtime.is_original = false; | mesh->runtime.is_original_bmesh = false; | ||||
| /* Return the vgroup-modified mesh. */ | /* Return the vgroup-modified mesh. */ | ||||
| return mesh; | return mesh; | ||||
| } | } | ||||
| static void panel_draw(const bContext *UNUSED(C), Panel *panel) | static void panel_draw(const bContext *UNUSED(C), Panel *panel) | ||||
| { | { | ||||
| uiLayout *col; | uiLayout *col; | ||||
| ▲ Show 20 Lines • Show All 120 Lines • Show Last 20 Lines | |||||