Files
test2/source/blender/blenkernel
Campbell Barton 65965a892f 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.
2020-10-13 16:46:41 +11:00
..
2020-09-30 11:51:13 +10:00
2020-09-07 16:19:42 +10:00
2020-10-01 14:29:45 +02:00
2020-09-30 11:51:13 +10:00
2020-09-30 11:51:13 +10:00
2020-10-07 15:24:12 +02:00
2020-08-20 16:09:48 +10:00
2020-09-30 11:51:13 +10:00