Blender Git Commit Log
Git Commits  -> Revision 36f324f
		
			
			
		
Revision 36f324f by Brecht Van Lommel (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 30, 2017, 14:32 (GMT)  | 
Fix T53145: bevel tool fails when used a second time. Pixel size was not initial early enough. For first time this was not a problem because the bevel amount starts at 0 then, and after the mouse moves the pixel size is initialized. For the second time the bevel amount starts at a non-zero value, and it failed then.  | 
Commit Details:
Full Hash: 36f324fc5513e74eab28ac76f99741273b524c22
Parent Commit: bb89759
Committed By: Bastien Montagne
Lines Changed:  +2,  -1
1 Modified Path:
/source/blender/editors/mesh/editmesh_bevel.c (+2, -1) (Diff)


 Master Commits
MiikaHweb | 2003-2021