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-10-13 08:36:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-13 08:46:41 +0300
commit65965a892fd116267ed94d1c8b59c99589671856 (patch)
tree7bddd59f2080cbd0e6469c719814b400531f3606 /source/blender/editors/mesh/editmesh_select.c
parent8335c26119bf5ba78b2afa4e2f65bb3d04b42abe (diff)
Cleanup: use BKE_fcurve_ prefix for keyframing bezier functions
- BKE_bezt_subdivide_handles -> BKE_fcurve_bezt_subdivide_handles - binarysearch_bezt_index -> BKE_fcurve_bezt_binarysearch_index These functions are specific to F-Curves and don't make sense for other uses of BezTriple (curve-object data for e.g.) Also: - Move detailed doxygen comment above code, following code-style. - Mark bezt_add_to_cfra_elem unused.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select.c')
0 files changed, 0 insertions, 0 deletions