[Bf-blender-cvs] [bf689664197] temp-compositor-scheduling: Updated comment.

Jeroen Bakker noreply at git.blender.org
Tue Apr 6 16:25:36 CEST 2021


Commit: bf689664197c355417152ccb926365111eb37963
Author: Jeroen Bakker
Date:   Tue Apr 6 15:43:28 2021 +0200
Branches: temp-compositor-scheduling
https://developer.blender.org/rBbf689664197c355417152ccb926365111eb37963

Updated comment.

===================================================================

M	source/blender/compositor/COM_defines.h

===================================================================

diff --git a/source/blender/compositor/COM_defines.h b/source/blender/compositor/COM_defines.h
index f2042f25d4d..b5d14d22c82 100644
--- a/source/blender/compositor/COM_defines.h
+++ b/source/blender/compositor/COM_defines.h
@@ -55,13 +55,13 @@ constexpr int COM_DATA_TYPE_COLOR_CHANNELS = COM_data_type_num_channels(DataType
 enum class eSchedulingMode {
   /**
    * Input based scheduling mode. Scheduling starts from input nodes. When a work package is
-   * finished, other work packages are scheduled where all inputs have been executed..
+   * finished, other work packages are checked if they can be scheduled.
    */
   InputToOutput,
 
   /**
    * Scheduling mode where outputs are scheduled when all its inputs have been completed. When
-   * inputs aren't completed it tries to schedule these inputs recursivly.
+   * inputs aren't completed it tries to schedule these inputs.
    */
   OutputToInput,
 };



More information about the Bf-blender-cvs mailing list