Note that closest_point_on_mesh is in object space

This commit is contained in:
Campbell Barton 2015-06-30 15:47:44 +10:00
parent cfd36476a1
commit cec0138bcc
Notes: blender-bot 2023-02-14 19:55:22 +01:00
Referenced by issue blender/blender-addons#45244, closest_point_on_mesh ignores Rotation of the object
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ void RNA_api_object(StructRNA *srna)
/* Nearest Point */
func = RNA_def_function(srna, "closest_point_on_mesh", "rna_Object_closest_point_on_mesh");
RNA_def_function_ui_description(func, "Find the nearest point on the object");
RNA_def_function_ui_description(func, "Find the nearest point in object space");
RNA_def_function_flag(func, FUNC_USE_REPORTS);
/* location of point for test and max distance */