Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_weightvgmix.c
| Show First 20 Lines • Show All 438 Lines • ▼ Show 20 Lines | #endif | ||||
| /* Freeing stuff. */ | /* Freeing stuff. */ | ||||
| MEM_freeN(org_w); | MEM_freeN(org_w); | ||||
| MEM_freeN(new_w); | MEM_freeN(new_w); | ||||
| MEM_freeN(dw1); | MEM_freeN(dw1); | ||||
| MEM_freeN(dw2); | MEM_freeN(dw2); | ||||
| MEM_SAFE_FREE(indices); | MEM_SAFE_FREE(indices); | ||||
| 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 *layout = panel->layout; | uiLayout *layout = panel->layout; | ||||
| ▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines | |||||