Skip to content
Snippets Groups Projects
Commit 551bffa8 authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Fix for renamed curve operator in Spacebar Menu

parent 46c48e50
Branches
Tags
No related merge requests found
......@@ -1036,7 +1036,7 @@ class VIEW3D_MT_SelectSurface(bpy.types.Menu):
layout.operator("curve.select_all", text="Select/Deselect All")
layout.operator("curve.select_inverse")
layout.operator("curve.select_random")
layout.operator("curve.select_every_nth")
layout.operator("curve.select_nth")
layout.separator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment