[Bf-blender-cvs] [a8a95806b3c] master: Cleanup: Remove duplicated comment from previous commit

Antonioya noreply at git.blender.org
Wed May 29 20:03:57 CEST 2019


Commit: a8a95806b3cd19e4e1a1be559f23026d904f8b87
Author: Antonioya
Date:   Wed May 29 20:03:40 2019 +0200
Branches: master
https://developer.blender.org/rBa8a95806b3cd19e4e1a1be559f23026d904f8b87

Cleanup: Remove duplicated comment from previous commit

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

M	source/blender/draw/engines/gpencil/gpencil_draw_utils.c

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index 83bbd8d4c3b..8c318f66169 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -1038,7 +1038,6 @@ static void gpencil_draw_strokes(GpencilBatchCache *cache,
     copy_m4_m4(derived_gpf->runtime.parent_obmat, cache_ob->obmat);
   }
   else {
-    /* get parent matrix and save as static data */
     ED_gpencil_parent_location(depsgraph, ob, gpd, gpl, derived_gpf->runtime.parent_obmat);
   }



More information about the Bf-blender-cvs mailing list