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:
authorCampbell Barton <ideasman42@gmail.com>2020-04-03 07:45:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-03 07:52:26 +0300
commitb18608f3e9066407b1d8a837161ad295d7719937 (patch)
treeec62ed5d98221a3c99500b50986514c762d5706a /source/blender/editors/curve
parent09071e27993a6a113ea08376e361230d99e7690d (diff)
Cleanup: bone cursor picking API
There was one function to access both pose/edit bones, which returned a void pointer type. Split these into 3 functions which return EditBone, bPoseChannel or Bone types. Internally the logic is still shared, this just makes it clearer to callers which type is expected. Also use more conventional prefix for picking API: - ED_armature_pick_(ebone/pchan/bone) - ED_armature_pick_(ebone/pchan/bone)_from_selectbuffer
Diffstat (limited to 'source/blender/editors/curve')
0 files changed, 0 insertions, 0 deletions