Blender Git Commit Log
Git Commits -> Revision f07962d
Revision f07962d by Antonio Vazquez (greasepencil-object) February 18, 2020, 19:05 (GMT) |
GPencil: Fix extract palette from vertex color bug with linear colors The extract was not converting linear into sRGB for palettes. Also added missing menu option in Materials menu. |
Commit Details:
Full Hash: f07962df947b4b61a8aa9fc1bc417633abcfe0e2
Parent Commit: 35e1e97
Lines Changed: +11, -4
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_material_gpencil.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+4, -1) (Diff)
/source/blender/editors/gpencil/gpencil_vertex_ops.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+4, -1) (Diff)
/source/blender/editors/gpencil/gpencil_vertex_ops.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)