Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/drawobject.c
| Context not available. | |||||
| Mesh *me = ob->data; | Mesh *me = ob->data; | ||||
| if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && | if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && | ||||
| /* currently vertex select only supports weight paint */ | /* currently vertex select only supports weight paint */ | ||||
| (ob->mode & OB_MODE_WEIGHT_PAINT)) | (ob->mode & (OB_MODE_WEIGHT_PAINT | OB_MODE_VERTEX_PAINT))) | ||||
| { | { | ||||
| bbs_mesh_solid_verts(scene, ob); | bbs_mesh_solid_verts(scene, ob); | ||||
| } | } | ||||
| Context not available. | |||||