Blender Git Commit Log
Git Commits  -> Revision b95e826
		
			
			
		
Revision b95e826 by Campbell Barton (master) April 7, 2014, 07:00 (GMT)  | 
Code cleanup: remove unused functions and convert int -> bool  | 
Commit Details:
Full Hash: b95e8268412eebffdf9c6b9d6ba63aab780bec06
Parent Commit: e51841c
Lines Changed:  +36,  -189
8 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+5, -5) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+1, -2) (Diff)
/source/blender/editors/include/ED_sculpt.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+6, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+6, -153) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -16) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+1, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+1, -2) (Diff)
/source/blender/editors/include/ED_sculpt.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+6, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+6, -153) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -16) (Diff)


 Master Commits
MiikaHweb | 2003-2021