Blender Git Commit Log
Git Commits -> Revision 77d0837
Revision 77d0837 by Ton Roosendaal (master) December 24, 2010, 15:30 (GMT) |
Bugfix #25371 Sculpt: brush type "Grab" with option "Frontface only" was flipping back and forth when grabbing outside of original brush area. Reason: it was calling a function that used deformed coordinates for getting normal, clipped by brush area. Now it uses original coordinates, so it always finds normal. Nicholas can determine better if tag "cache->original" should be set as default for this brush type, this far I don't dare to go :) |
Commit Details:
Full Hash: 77d08370cfa0abd318f3b0c06560262d6b67e3b9
SVN Revision: 33888
Parent Commit: 490c075
Lines Changed: +7, -3
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+7, -3) (Diff)