Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/paint.c
| Context not available. | |||||
| (ob->type == OB_MESH) && | (ob->type == OB_MESH) && | ||||
| (ob->data != NULL) && | (ob->data != NULL) && | ||||
| (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_VERT_SEL) && | (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_VERT_SEL) && | ||||
| (ob->mode & OB_MODE_WEIGHT_PAINT) | (ob->mode & (OB_MODE_WEIGHT_PAINT | OB_MODE_VERTEX_PAINT)) | ||||
| ); | ); | ||||
| } | } | ||||
| Context not available. | |||||