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
path: root/source
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-09-10 15:43:48 +0300
committerJeroen Bakker <jeroen@blender.org>2021-09-10 15:45:03 +0300
commitca39aff59d45e15297a25895f6963e134894aad4 (patch)
treeb6df9231050be5a97fcad01a048620093837c5bf /source
parent7a5216497cc31e6d6e412a6d0aace8f17a51e585 (diff)
Cleanup: Fix comment in recent commit.
A task is created for each item in a list base. It used to say that a thread was created for each item.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/animation/keyframes_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index d9a22c47242..ac7db9f4f46 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -519,7 +519,7 @@ static void ED_keylist_draw_list_build_keylists(AnimKeylistDrawList *draw_list)
{
TaskParallelSettings settings;
BLI_parallel_range_settings_defaults(&settings);
- /* Create a thread per item, a single item is complex enough to deserve its own thread. */
+ /* Create a task per item, a single item is complex enough to deserve its own task. */
settings.min_iter_per_thread = 1;
BLI_task_parallel_listbase(