Blender Git Commit Log

Git Commits -> Revision f6bafef

Revision f6bafef by Antonio Vazquez (master)
March 4, 2019, 16:06 (GMT)
GPencil: Move Object Depth Order to Object

There was a conflict between Object "In Front" and how the strokes were managed in Stroke panel for grease pencil datablock.

In order to keep consistency, the order of the object has been moved to Object level and now it's using the standard "In Front" flag. As all it is 3D, the option "Back" has been removed.

This also fixes the problem with task T62137.

Also related to commit 54ffc4e19dc4 and D4405

Commit Details:

Full Hash: f6bafef1e1a84ce5b5fcdbc1e53e3341d4433f3b
Parent Commit: b27ada9
Lines Changed: +22, -49

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_gpencil.py (+3, -3) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+0, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+7, -4) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+7, -6) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+3, -2) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+0, -4) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_geom.glsl (+0, -4) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_geom.glsl (+0, -4) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+0, -3) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+0, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021