Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_mask.c
| Context not available. | |||||
| /* if mode is to use selected armature bones, aggregate the bone groups */ | /* if mode is to use selected armature bones, aggregate the bone groups */ | ||||
| if (mmd->mode == MOD_MASK_MODE_ARM) { /* --- using selected bones --- */ | if (mmd->mode == MOD_MASK_MODE_ARM) { /* --- using selected bones --- */ | ||||
| Object *oba = mmd->ob_arm; | Object *oba = DEG_get_evaluated_object(ctx->depsgraph, mmd->ob_arm); | ||||
| bPoseChannel *pchan; | bPoseChannel *pchan; | ||||
| bDeformGroup *def; | bDeformGroup *def; | ||||
| bool *bone_select_array; | bool *bone_select_array; | ||||
| Context not available. | |||||