Blender Git Commit Log
Git Commits -> Revision 3091165
Revision 3091165 by Jonathan deWerd (soc-2014-nurbs) July 10, 2014, 05:55 (GMT) |
Promoted curve.c to cpp (changed extension, added casts), moved gridmesh into blenkernel/intern, the location of the old tessellation code, and moved the GLUT debug tool into the tests folder which seems like the appropriate place for it. |
Commit Details:
Full Hash: 30911654722ecfd17204a5b4c8d5ad0ae5e3d348
Parent Commit: c5644bc
Lines Changed: +6230, -6245
5 Added Paths:
/source/blender/blenkernel/BKE_surf_trimtess.h (+17, -0) (View)
/source/blender/blenkernel/intern/curve.cpp (+4255, -0) (View)
/source/blender/blenkernel/intern/surf_gridmesh.cpp (+1143, -0) (View)
/source/blender/blenkernel/intern/surf_gridmesh.h (+183, -0) (View)
/tests/interactive/nurbs_trimtess.cpp (+622, -0) (View)
/source/blender/blenkernel/intern/curve.cpp (+4255, -0) (View)
/source/blender/blenkernel/intern/surf_gridmesh.cpp (+1143, -0) (View)
/source/blender/blenkernel/intern/surf_gridmesh.h (+183, -0) (View)
/tests/interactive/nurbs_trimtess.cpp (+622, -0) (View)
6 Deleted Paths:
/source/blender/blenkernel/intern/curve.c (+0, -4244)
/source/blender/editors/curve/GridMesh.cpp (+0, -1143)
/source/blender/editors/curve/GridMesh.h (+0, -183)
/source/blender/editors/curve/GridMesh_GLUT_debug_tool.cpp (+0, -622)
/source/blender/editors/curve/surf_tess.cpp (+0, -9)
/source/blender/editors/curve/surf_tess.h (+0, -17)
/source/blender/editors/curve/GridMesh.cpp (+0, -1143)
/source/blender/editors/curve/GridMesh.h (+0, -183)
/source/blender/editors/curve/GridMesh_GLUT_debug_tool.cpp (+0, -622)
/source/blender/editors/curve/surf_tess.cpp (+0, -9)
/source/blender/editors/curve/surf_tess.h (+0, -17)