Blender Git Loki
Git Commits -> Revision 2f63303
Revision 2f63303 by Hans Goudey (master) July 31, 2021, 03:26 (GMT) |
Cleanup: Use const mesh arguments These functions do not change their source or input mesh, so it can be passed with const, which means in one case that a function doesn't have to be responsible for freeing its argument mesh, which is a clearly better separation of concerns. |
Commit Details:
Full Hash: 2f63303e2540ceeca9e99cc47c07de37f3d79c0a
Parent Commit: 8063f10
Lines Changed: +22, -22