Stromberg90 / Scripts

MIT License
199 stars 78 forks source link

Update Edge_To_Curve.py #25

Closed MightyBOBcnc closed 4 years ago

MightyBOBcnc commented 4 years ago

Added the edge to curve operator to the end of the VIEW3D_MT_edit_mesh_edges menu when in mesh edge edit mode to allow it to show up in the operator search menu due to a change in the way that search functions in the latest Blender versions.

https://wiki.blender.org/wiki/Reference/Release_Notes/2.90/Python_API#Compatibility

Also added a bl_description for the operator's mouse hover text.