[Bf-blender-cvs] [aafa88012fc] temp-gpencil-interpolate: GPencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Sun Jan 17 13:37:49 CET 2021


Commit: aafa88012fc7b0c9aca3731d22b3069caf575b51
Author: Antonio Vazquez
Date:   Sun Jan 17 13:37:44 2021 +0100
Branches: temp-gpencil-interpolate
https://developer.blender.org/rBaafa88012fc7b0c9aca3731d22b3069caf575b51

GPencil: Cleanup comment

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

M	source/blender/editors/gpencil/gpencil_interpolate.c

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

diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c
index 62d9c43b901..132e831ccf3 100644
--- a/source/blender/editors/gpencil/gpencil_interpolate.c
+++ b/source/blender/editors/gpencil/gpencil_interpolate.c
@@ -1127,7 +1127,7 @@ static int gpencil_interpolate_seq_exec(bContext *C, wmOperator *op)
       if (ED_gpencil_stroke_can_use(C, gps_from) == false) {
         continue;
       }
-      /* Check if the color is editable. */
+      /* Check if the material is editable. */
       if (ED_gpencil_stroke_material_editable(ob, gpl, gps_from) == false) {
         continue;
       }



More information about the Bf-blender-cvs mailing list