[Bf-blender-cvs] [6669f68ff56] compositor-cryptomatte-workflow: Codestyle: Spelling in comments.

Jeroen Bakker noreply at git.blender.org
Tue Feb 16 09:47:21 CET 2021


Commit: 6669f68ff56b2ff0a4075eee51be222a45d22c1b
Author: Jeroen Bakker
Date:   Mon Feb 15 12:13:49 2021 +0100
Branches: compositor-cryptomatte-workflow
https://developer.blender.org/rB6669f68ff56b2ff0a4075eee51be222a45d22c1b

Codestyle: Spelling in comments.

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

M	source/blender/compositor/nodes/COM_CryptomatteNode.cpp

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

diff --git a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
index 4b6c6b2c266..f4cd124567f 100644
--- a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
@@ -111,8 +111,8 @@ void CryptomatteNode::buildInputOperationsFromImageSource(
       int view = 0;
       if (BLI_listbase_count_at_most(&image->rr->views, 2) > 1) {
         if (iuser->view == 0) {
-          /* heuristic to match image name with scene names, check if the view name exists in the
-           * image */
+          /* Heuristic to match image name with scene names, check if the view name exists in the
+           * image. */
           view = BLI_findstringindex(
               &image->rr->views, context.getViewName(), offsetof(RenderView, name));
           if (view == -1)



More information about the Bf-blender-cvs mailing list