Anim: run bezier handle calculation in parallel #119388

Merged
Christoph Lendenfeld merged 21 commits from ChrisLend/blender:thread_recalc_handles into main 2024-05-07 10:43:03 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit f758e40519 - Show all commits

View File

@ -1220,7 +1220,6 @@ static BezTriple *cycle_offset_triple(
void BKE_fcurve_handles_recalc_ex(FCurve *fcu, eBezTriple_Flag handle_sel_flag)
{
SCOPED_TIMER_AVERAGED("recalc handles");
/* Error checking:
* - Need at least two points.
* - Need bezier keys.