Blender Git Commit Log
Git Commits -> Revision 6f78cdd
Revision 6f78cdd by Campbell Barton (master) December 12, 2008, 17:56 (GMT) |
view.c * Renamed view_autodist to view_mouse_depth * Accept args for mouse location and pixel distance around the hotspot used to lookup the depth. * removed persp(PERSP_VIEW) within this function, since it didnt set the view back. imagepaint.c * normal falloff now works as Brecht suggests. Normal limit of 80 will blend between 80 and 85deg, 70deg limit blends between 70-80deg. * convert normal falloff to radians on initializing rather then on every comparison. * Ctrl+Click setting the cursor in its own function. * projection painting wasnt accounting for an exception for too high pressure values on first touch in windows for some tablets. * removed grease pencil benchmark function |
Commit Details:
Full Hash: 6f78cdd79f4bd8229dc09a16b3c4cfb316e4c50c
SVN Revision: 17804
Parent Commit: 2ef5af6
Lines Changed: +81, -172