Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/armature_edit.c
| Context not available. | |||||
| sub_v3_v3v3(dir_a, ebone->tail, ebone->head); | sub_v3_v3v3(dir_a, ebone->tail, ebone->head); | ||||
| normalize_v3(dir_a); | normalize_v3(dir_a); | ||||
| /* find the first bone in the chane with a different direction */ | /* find the first bone in the chain with a different direction */ | ||||
| do { | do { | ||||
| sub_v3_v3v3(dir_b, ebone_other->head, ebone_other->tail); | sub_v3_v3v3(dir_b, ebone_other->head, ebone_other->tail); | ||||
| normalize_v3(dir_b); | normalize_v3(dir_b); | ||||
| Context not available. | |||||