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

3 Modified Paths:

/source/blender/blenkernel/BKE_mesh_remesh_voxel.h (+4, -4) (Diff)
/source/blender/blenkernel/intern/mesh_remesh_voxel.cc (+14, -15) (Diff)
/source/blender/editors/object/object_remesh.cc (+4, -3) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021