Blender Git Loki

Git Commits -> Revision f3501a0

Revision f3501a0 by Jeroen Bakker (master)
June 22, 2018, 08:43 (GMT)
PaintMode: Full Shading Boolean => Slider

There was a Full Shading bool that was shared across the WP, VP and TP
modes. This commit makes some changes:

- Replace the bool with a factor. This gives the user more control on
the visibility.
- Also draw it on top of the Material and Rendered mode so the user can
control what he needs. In certain cases you don't want to see the final
rendered material, but the actual texture.
- Removed the skipping of objects when in paint modes. As now the paint
modes are blended.

Commit Details:

Full Hash: f3501a00e249bc4a7212be1f443704066dd43482
Parent Commit: c517778
Lines Changed: +87, -68

15 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+16, -3) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+19, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_engine.c (+0, -7) (Diff)
/source/blender/draw/engines/workbench/workbench_materials.c (+1, -1) (Diff)
/source/blender/draw/intern/draw_manager.c (+0, -33) (Diff)
/source/blender/draw/intern/DRW_render.h (+0, -2) (Diff)
/source/blender/draw/modes/paint_texture_mode.c (+4, -3) (Diff)
/source/blender/draw/modes/paint_vertex_mode.c (+5, -2) (Diff)
/source/blender/draw/modes/paint_weight_mode.c (+5, -4) (Diff)
/source/blender/draw/modes/shaders/paint_texture_frag.glsl (+2, -2) (Diff)
/source/blender/draw/modes/shaders/paint_vertex_frag.glsl (+2, -2) (Diff)
/source/blender/draw/modes/shaders/paint_wire_frag.glsl (+1, -3) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+21, -5) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021