Blender Git Commit Log
Git Commits  -> Revision 4b1436b
		
			
			
		
Revision 4b1436b by Antonis Ryakiotakis (master) September 5, 2013, 14:02 (GMT)  | 
Ctr-Alt-F radial control operator for texture painting, controls the rotation of the brush mask texture. Unfortunately secondary path does not work here because we do not have a permanent switch to choose between primary-secondary brush texture. Use operator property instead.  | 
Commit Details:
Full Hash: 4b1436b5252a6a006f0155e1bbb6c6b449b8f4e9
SVN Revision: 59841
Parent Commit: 4df6c73
Lines Changed:  +31,  -12
5 Modified Paths:
/source/blender/blenkernel/BKE_brush.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+19, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+19, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -1) (Diff)


 Master Commits
MiikaHweb | 2003-2021