Blender Git Loki
Git Commits -> Revision 88c3b68
Revision 88c3b68 by Joseph Eagar (master) May 3, 2010, 10:09 (GMT) |
mask modifier properly works in weightpaint and edit modes now. note that modifiers should not have to provide a applyModifierEM function, there's really no reason to not pull the result from applyModifier if applyModifierEM doesn't exist, it's not like we don't have a dozen *EM functions that do just that, anyway. fixes 22192. {merged 28543 into trunk} |
Commit Details:
Full Hash: 88c3b68207c0d3961a36b0a78563221a9f351c70
SVN Revision: 28544
Parent Commit: 39aac78
Lines Changed: +14, -4