Skip to content
Snippets Groups Projects
Commit 4cc28072 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix for renamed operator

parent 39694916
No related branches found
No related tags found
No related merge requests found
......@@ -1233,7 +1233,7 @@ class VIEW3D_MT_EditArmatureTK(bpy.types.Menu):
layout.separator()
layout.operator("armature.subdivide_multi", text="Subdivide")
layout.operator("armature.subdivide", text="Subdivide")
layout.operator("armature.switch_direction", text="Switch Direction")
class VIEW3D_MT_ArmatureName(bpy.types.Menu):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment