Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
op
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoMico authored and NicoMico committed Nov 17, 2024
1 parent 6e71fbd commit aa0c412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender/rightclick_menu/mesh_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit aa0c412

Please sign in to comment.