Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2013-02-06 05:36:23 +0400
committerJoshua Leung <aligorith@gmail.com>2013-02-06 05:36:23 +0400
commit6ff014a7fe2621da897c7511fe100ea5ff2af2a9 (patch)
tree0f253b377342edd7a82071b207cb955d01c1dfdf /source/blender/blenkernel/intern/curve.c
parent2c1219dc179567bb3fe6454584196fd1d8646225 (diff)
Bugfix [#34123] Armature "Switch Direction" doesn't work when selected bone
belongs to more than one chain For example: /----->C A-->B-: \----->D If bone B is selected, then it would get operated on twice, creating the illusion that it had not been operated on. This is because we traverse up the chains (child to parent) as the EditBone structure only stores parent to children relationships only. A second invocation of this operator would then work fine, as all the links to other bones would have been removed, thus preventing further problems. Fixed by tagging bones that have been operated on.
Diffstat (limited to 'source/blender/blenkernel/intern/curve.c')
0 files changed, 0 insertions, 0 deletions