Remove the Draw Curve operator from the Add menu
this operator was only working in editmode and we now have a dedicated tool for this. Fixes T58495 thanx @billreynish for usability advice
This commit is contained in:
@@ -1412,10 +1412,6 @@ class VIEW3D_MT_curve_add(Menu):
|
||||
layout.operator("curve.primitive_nurbs_circle_add", text="Nurbs Circle", icon='CURVE_NCIRCLE')
|
||||
layout.operator("curve.primitive_nurbs_path_add", text="Path", icon='CURVE_PATH')
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("curve.draw", icon='LINE_DATA')
|
||||
|
||||
|
||||
class VIEW3D_MT_surface_add(Menu):
|
||||
bl_idname = "VIEW3D_MT_surface_add"
|
||||
|
||||
Reference in New Issue
Block a user