[Bf-blender-cvs] [f5ebc81cd93] greasepencil-refactor: Cleanup: Fix comment

Antonio Vazquez noreply at git.blender.org
Sat Jan 18 11:56:29 CET 2020


Commit: f5ebc81cd93a3e9d3bfb407890df0eb9af4bf902
Author: Antonio Vazquez
Date:   Fri Jan 17 17:43:47 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rBf5ebc81cd93a3e9d3bfb407890df0eb9af4bf902

Cleanup: Fix comment

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

M	source/blender/blenkernel/intern/gpencil.c

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

diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index ef1bd42eabd..0f50d1d0161 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -1406,7 +1406,7 @@ void BKE_gpencil_transform(bGPdata *gpd, float mat[4][4])
           pt->pressure *= scalef;
         }
 
-        /* TODO: Do we need to do this? distortion may mean we need to re-triangulate */
+        /* Distortion may mean we need to re-triangulate. */
         BKE_gpencil_stroke_geometry_update(gps);
       }
     }



More information about the Bf-blender-cvs mailing list