addons_contrib\mesh_extra_tools #46558

Closed
opened 2015-10-21 21:56:29 +02:00 by 0rAngE · 8 comments

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):

**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):
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @0rAngE

Added subscriber: @0rAngE
Author

Apparently the Multi Extrude Plus function of the addon works in Object Mode. And Sanctuary (of BA) has raised concern of loosing it in Object Mode.

For me personally the trade off of going into Edit Mode, selecting all faces and executing Multi Extrude Plus is better than having that panel in all Modes.

Is there a way to have the Multi Extrude Panel appear only in Object and Edit Modes?

Apparently the Multi Extrude Plus function of the addon works in Object Mode. And *Sanctuary* (of BA) has raised concern of loosing it in Object Mode. For me personally the trade off of going into Edit Mode, selecting all faces and executing Multi Extrude Plus is better than having that panel in all Modes. Is there a way to have the Multi Extrude Panel appear only in Object and Edit Modes?
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

exactly what version of mesh extra tools are you using? the mesh extra tools panel was fixed ages ago.
as the multi extrude panel in object mode is a valid complaint, I've removed the panel from the addon entirely.
thus fixing this bug.

exactly what version of mesh extra tools are you using? the mesh extra tools panel was fixed ages ago. as the multi extrude panel in object mode is a valid complaint, I've removed the panel from the addon entirely. thus fixing this bug.
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Brendon Murphy self-assigned this 2015-10-22 02:48:41 +02:00
Member

committed remove multi extrude panel. blender/blender-addons-contrib@adc129917e

committed remove multi extrude panel. blender/blender-addons-contrib@adc129917e
Member

I initially added the panel for object mode as the addon works in object & edit mode, however, given user complaints about unnecessary ui elements & the panel being in all modes, I have decided to make it redundant & remove the panel altogether. The mesh edit tools are primarily designed to work in edit mode.

I initially added the panel for object mode as the addon works in object & edit mode, however, given user complaints about unnecessary ui elements & the panel being in all modes, I have decided to make it redundant & remove the panel altogether. The mesh edit tools are primarily designed to work in edit mode.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#46558
No description provided.