Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_weightvgedit.c
| Show First 20 Lines • Show All 281 Lines • ▼ Show 20 Lines | #if 0 /* XXX Currently done in mod stack :/ */ | ||||
| } | } | ||||
| #endif | #endif | ||||
| /* Freeing stuff. */ | /* Freeing stuff. */ | ||||
| MEM_freeN(org_w); | MEM_freeN(org_w); | ||||
| MEM_freeN(new_w); | MEM_freeN(new_w); | ||||
| MEM_freeN(dw); | MEM_freeN(dw); | ||||
| 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 *sub, *col, *row; | uiLayout *sub, *col, *row; | ||||
| ▲ Show 20 Lines • Show All 133 Lines • Show Last 20 Lines | |||||