[Bf-blender-cvs] [d2fc17fde3b] greasepencil-object: Enable AA disabled by error in previous commit

Antonio Vazquez noreply at git.blender.org
Wed May 9 22:06:34 CEST 2018


Commit: d2fc17fde3b48c2b8d50772f8640710f3bfee2b4
Author: Antonio Vazquez
Date:   Wed May 9 22:06:27 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBd2fc17fde3b48c2b8d50772f8640710f3bfee2b4

Enable AA disabled by error  in previous commit

This line was disabled by a temp commit to compile and must be enabled again.

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

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

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.c b/source/blender/draw/engines/gpencil/gpencil_engine.c
index 63b6bd028f4..93aecddfb79 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.c
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.c
@@ -614,7 +614,7 @@ static void GPENCIL_draw_scene(void *vedata)
 				}
 
 				if (end_grp >= init_grp) {
-					// MULTISAMPLE_SYNC_ENABLE(dfbl, dtxl);
+					 MULTISAMPLE_SYNC_ENABLE(dfbl, dtxl);
 
 					DRW_draw_pass_subset(psl->stroke_pass,
 						stl->shgroups[init_grp].shgrps_fill != NULL ? stl->shgroups[init_grp].shgrps_fill : stl->shgroups[init_grp].shgrps_stroke,



More information about the Bf-blender-cvs mailing list