[Bf-blender-cvs] [11a242dea17] master: Missed last commit

Campbell Barton noreply at git.blender.org
Fri Dec 14 01:15:13 CET 2018


Commit: 11a242dea1775cb4a1977f90bbc4d175974d99a1
Author: Campbell Barton
Date:   Fri Dec 14 11:14:57 2018 +1100
Branches: master
https://developer.blender.org/rB11a242dea1775cb4a1977f90bbc4d175974d99a1

Missed last commit

===================================================================

M	source/blender/editors/mesh/editmesh_tools.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 43802fa6dce..c0f73d1d23a 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -4050,7 +4050,7 @@ void MESH_OT_poke(wmOperatorType *ot)
 {
 	static const EnumPropertyItem poke_center_modes[] = {
 		{BMOP_POKE_MEDIAN_WEIGHTED, "MEDIAN_WEIGHTED", 0, "Weighted Median", "Weighted median face center"},
-		{BMOP_POKE_MEDIAN, "MEDIAN", 0, "Median", "Mean face center"},
+		{BMOP_POKE_MEDIAN, "MEDIAN", 0, "Median", "Median face center"},
 		{BMOP_POKE_BOUNDS, "BOUNDS", 0, "Bounds", "Face bounds center"},
 		{0, NULL, 0, NULL, NULL}};



More information about the Bf-blender-cvs mailing list