Blender Git Commit Log

Git Commits -> Revision 49e4e4c

July 30, 2021, 14:56 (GMT)
Cleanup: Make function static, use const object argument

Also use `const Curve *` instead of `const Object *`, since the
function works at a lower level than objects anyway.

And also remove another unused function. Since this section of code
for converting curves to meshes will likely be replaced, it's nicer to
see which parts actually remain used at this point.

Commit Details:

Full Hash: 49e4e4c08dc3d593053c354355802591cc1f0532
Parent Commit: 40d2702
Committed By: Fabian Schempp
Lines Changed: +40, -66

2 Modified Paths:

/source/blender/blenkernel/BKE_mesh.h (+2, -14) (Diff)
/source/blender/blenkernel/intern/mesh_convert.c (+38, -52) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021