Blender Git Commit Log
Git Commits -> Revision 92d94cc
Revision 92d94cc by Campbell Barton (master) September 10, 2013, 19:23 (GMT) |
misc minor changes - make cmake osx use of -ftemplate-depth match scons. - use array size within sizeof(), more compact. - replace AT with __func__ where the function is unique enough. - BLI_box_pack_2D -> 2d to match other functions. - rename new mesh normal calculation to mesh.calc_normals_split() |
Commit Details:
Full Hash: 92d94ccb084df36ab7fd39f0258a7189356d9966
SVN Revision: 60022
Parent Commit: ba13c16
Lines Changed: +24, -17
8 Modified Paths:
/CMakeLists.txt (+8, -2) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+8, -7) (Diff)
/source/blender/blenlib/BLI_boxpack2d.h (+1, -1) (Diff)
/source/blender/blenlib/intern/boxpack2d.c (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_hull.c (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh_api.c (+3, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+8, -7) (Diff)
/source/blender/blenlib/BLI_boxpack2d.h (+1, -1) (Diff)
/source/blender/blenlib/intern/boxpack2d.c (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_hull.c (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh_api.c (+3, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+1, -1) (Diff)