Blender Git Commit Log

Git Commits -> Revision 2e8ba17

Revision 2e8ba17 by Antonis Ryakiotakis (master)
November 27, 2014, 18:19 (GMT)
Fix T42653, solidify modifier not displaying correctly under edit mode.

Basically, our drawing code assumed we always use the edit mesh
materials, which can be different from the derived mesh
materials in modifiers doing overrides. We usually we want to use the
derived mesh when it is available instead.

There are two fixes here for both solid and textured mode. Unfortunately
the fixes do not help to make the display code less labyrinthian but I
expect this "should work" (tm and famous last words)

Solid mode fix is 95% from Bastien, thanks!

Commit Details:

Full Hash: 2e8ba179f71131779899df5a916252922f029e43
Parent Commit: 3d3f82a
Lines Changed: +33, -27

6 Modified Paths:

/source/blender/blenkernel/BKE_DerivedMesh.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+15, -9) (Diff)
/source/blender/blenkernel/intern/editderivedmesh.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+9, -9) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021