Blender Git Commit Log
Git Commits -> Revision 3a4e9d5
August 30, 2006, 03:05 (GMT) |
My modifier stack commit broke weightpaint display for meshes with TFace data, due to the temporary "Weight-coloured" TFace data being replaced by the original before displaying. This commit fixes that by changing the type of DerivedMesh calculated by mesh_calc_modifiers when no non-deforming modifiers are applied from MeshDerivedMesh (which depends on the original Mesh) to CDDerivedMesh (which doesn't depend on the original Mesh). |
Commit Details:
Full Hash: 3a4e9d59467069ff22d20cff47fe9582e5fa6b0b
SVN Revision: 8412
Parent Commit: bf49ff5
Lines Changed: +18, -5
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+18, -5) (Diff)