[Bf-blender-cvs] [677433b0d09] temp-sculpt-colors: temp-sculpt-colors: fix comment formatting.

Joseph Eagar noreply at git.blender.org
Mon Apr 4 18:17:37 CEST 2022


Commit: 677433b0d0948413afcbe357af1c4e384616bdb8
Author: Joseph Eagar
Date:   Mon Apr 4 09:01:13 2022 -0700
Branches: temp-sculpt-colors
https://developer.blender.org/rB677433b0d0948413afcbe357af1c4e384616bdb8

temp-sculpt-colors: fix comment formatting.

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

M	source/blender/draw/engines/workbench/workbench_engine.c

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

diff --git a/source/blender/draw/engines/workbench/workbench_engine.c b/source/blender/draw/engines/workbench/workbench_engine.c
index 43107b403ad..8da95c8387b 100644
--- a/source/blender/draw/engines/workbench/workbench_engine.c
+++ b/source/blender/draw/engines/workbench/workbench_engine.c
@@ -264,8 +264,9 @@ static eV3DShadingColorType workbench_color_type_get(WORKBENCH_PrivateData *wpd,
   const bool is_vertpaint_mode = is_active && (wpd->ctx_mode == CTX_MODE_PAINT_VERTEX);
 
   /* Needed for mesh cache validation, to prevent two copies of
-     of vertex color arrays from being sent to the GPU (e.g.
-     when switching from eevee to workbench). */
+   * of vertex color arrays from being sent to the GPU (e.g.
+   * when switching from eevee to workbench).
+   */
   if (ob->sculpt && ob->sculpt->pbvh) {
     BKE_pbvh_is_drawing_set(ob->sculpt->pbvh, is_sculpt_pbvh);
   }



More information about the Bf-blender-cvs mailing list