Blender Git Loki
Git Commits -> Revision 8486a47
Revision 8486a47 by Alexander Gavrilov (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Mathutils: expose the utility to find the closest point of a triangle. This computation is complex and useful enough to expose the existing C math utility used by BVH nearest to Python. Otherwise this requires the use of intersect_point_tri and multiple intersect_point_line calls with some added vector math. Differential Revision: https://developer.blender.org/D6200 |
Commit Details:
Full Hash: 8486a47ad0d7988bdfcd50bcb41e933b798a988b
Parent Commit: a5ec7c4
Committed By: Germano Cavalcante
Lines Changed: +49, -1
1 Modified Path:
/source/blender/python/mathutils/mathutils_geometry.c (+49, -1) (Diff)