Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-05-29 21:03:40 +0300
committerAntonioya <blendergit@gmail.com>2019-05-29 21:03:40 +0300
commita8a95806b3cd19e4e1a1be559f23026d904f8b87 (patch)
tree4df987042654def15abed97af085dc95f1d6cc33 /source/blender
parent6ef39cbdf03846510a97be4874a9faac9c06e777 (diff)
Cleanup: Remove duplicated comment from previous commit
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_draw_utils.c1
1 files changed, 0 insertions, 1 deletions
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);
}