Blender Git Commit Log
Git Commits -> Revision 4401ac8
Revision 4401ac8 by Campbell Barton (master) November 18, 2012, 08:35 (GMT) |
finish moving bevel code out of the operator dir (it works again) |
Commit Details:
Full Hash: 4401ac8c9e312a81bf1a750f0a7068e24174a7fd
SVN Revision: 52324
Parent Commit: 9a74fb5
Lines Changed: +103, -18
2 Added Paths:
/source/blender/bmesh/operators/bmo_bevel.c (+51, -0) (View)
/source/blender/bmesh/tools/bmesh_bevel.h (+32, -0) (View)
/source/blender/bmesh/tools/bmesh_bevel.h (+32, -0) (View)
7 Modified Paths:
/source/blender/bmesh/bmesh.h (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+13, -14) (Diff)
/source/blender/bmesh/tools/bmesh_decimate.h (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_dissolve.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_unsubdivide.c (+1, -1) (Diff)
/source/blender/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+13, -14) (Diff)
/source/blender/bmesh/tools/bmesh_decimate.h (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_dissolve.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_unsubdivide.c (+1, -1) (Diff)