Commit: f5ebc81cd93a3e9d3bfb407890df0eb9af4bf902
Author: Antonio Vazquez
Date:   Fri Jan 17 17:43:47 2020 +0100
Branches: temp-gpencil-eval
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);
       }
     }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to