diff --git a/blender/rightclick_menu/mesh_operator.py b/blender/rightclick_menu/mesh_operator.py index fc5cd15..98026c3 100644 --- a/blender/rightclick_menu/mesh_operator.py +++ b/blender/rightclick_menu/mesh_operator.py @@ -112,7 +112,7 @@ def execute(self, context): class RecalculateTANGENTWithVectorNormalizedNormal(bpy.types.Operator): bl_idname = "object.recalculate_tangent_arithmetic_average_normal" - bl_label = "使用算术平均归一化算法重计算TANGENT" + bl_label = "使用向量相加归一化算法重计算TANGENT" bl_options = {'UNDO'} def execute(self, context):