Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/armature_edit.c
| Context not available. | |||||
| return roll; | return roll; | ||||
| } | } | ||||
| /* note, ranges arithmatic is used below */ | /* note, ranges arithmetic is used below */ | ||||
| typedef enum eCalcRollTypes { | typedef enum eCalcRollTypes { | ||||
| /* pos */ | /* pos */ | ||||
| CALC_ROLL_POS_X = 0, | CALC_ROLL_POS_X = 0, | ||||
| Context not available. | |||||
| bstart = ebo; | bstart = ebo; | ||||
| } | } | ||||
| else { | else { | ||||
| /* chain is broken... merge any continous segments then clear */ | /* chain is broken... merge any continuous segments then clear */ | ||||
| if (bstart && bend) | if (bstart && bend) | ||||
| bones_merge(obedit, bstart, bend, bchild, &chains); | bones_merge(obedit, bstart, bend, bchild, &chains); | ||||
| Context not available. | |||||