This is my first post. I am new to scripting and I'm facing the overwhelming information of the api, python, etc. I just want to know if it is possible to add a new entry on the file menu of blender or in any other of the header
Asked
Active
Viewed 697 times
3

VIEW3D_MT_curve_addwithTOPBAR_MT_fileto add a new item to the file menu. Instead of callingappend(draw_menu), useprepend()https://docs.blender.org/api/current/bpy.types.Menu.html?highlight=prepend#extending-menus – brockmann May 31 '20 at 13:22