Blender Git Commit Log

Git Commits -> Revision f2bc524

December 18, 2019, 02:13 (GMT)
GPencil: Refactor: Add Pixelize effect

Bonus: the pixelize effect use the center of the object as pixelization
center. This improves stability of the effect.

We also use a 2pass downsampling to reduce the flickering.

The pixel size is now fixed in world space and dependant of object scale
and distance to camera.

Commit Details:

Full Hash: f2bc524e644a6831952a7952e6c433ebc57eed03
Parent Commit: 3520b33
Lines Changed: +98, -4

5 Modified Paths:

/source/blender/draw/engines/gpencil/gpencil_engine.c (+2, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader.c (+10, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader_fx.c (+55, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vfx_frag.glsl (+29, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021