System Information
Operating system and graphics card
Win 7 Ult
GeForce GTX 580
Blender Version
Broken: Always (I think)
Worked: -
Short description of error
addons_contrib\mesh_extra_tools
Addon appearing across Modes where the addon is not intended for use, cluttering the UI. It should be only in Edit Mode, but has persistent Panels in TABs accross all Modes
Exact steps for others to reproduce the error
Enable the addon. Create an object. Cycle through Edit/Object, Sculpt etc Modes.
The 2 Panels (Mesh Extra Tools, Multi Extrude Plus) in Tools TAB are appearing in all Modes.
Solution:
Edit "__init__.py" file.
Add this line:
bl_context = 'mesh_edit'
Into:
class ExtrasPanel(bpy.types.Panel):
and
class ExtrudePanel(bpy.types.Panel):