3D Print Toolbox tab doesn't show up in Edit Mode #11

Closed
opened 2024-11-09 18:09:21 +01:00 by Nikolaich-3 · 1 comment

Hello!
I installed add-on 3D Print Toolbox but can't see this tab in Edit Mode meanwhile in Object Mode it is.
For correct work it's need to edit argument to EDIT_MESH in ui.py script.
@classmethod
def poll(cls, context):
return context.mode in {"OBJECT", "EDIT_MESH"}

Hello! I installed add-on 3D Print Toolbox but can't see this tab in Edit Mode meanwhile in Object Mode it is. For correct work it's need to edit argument to EDIT_MESH in ui.py script. @classmethod def poll(cls, context): return context.mode in {"OBJECT", "EDIT_MESH"}

Just reporting that I am seeing the exact same issue. For me this was an installation on a new computer, so I was pulling my hair out trying to figure out what I did wrong, but it now seems more likely that this was broken with version 1.1.2 that was apparently just released yesterday. I'm going to download 1.1.1 and install it to see if the problem goes away.

UPDATE: I can confirm that reverting to version 1.1.1 fixed the issue. On the previous version, the 3D Tools remain active in Edit Mode. I will stay with the older version until the author can resolve the issue with 1.1.2.

Just reporting that I am seeing the exact same issue. For me this was an installation on a new computer, so I was pulling my hair out trying to figure out what I did wrong, but it now seems more likely that this was broken with version 1.1.2 that was apparently just released yesterday. I'm going to download 1.1.1 and install it to see if the problem goes away. UPDATE: I can confirm that reverting to version 1.1.1 fixed the issue. On the previous version, the 3D Tools remain active in Edit Mode. I will stay with the older version until the author can resolve the issue with 1.1.2.
Sign in to join this conversation.
No Label
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: extensions/print3d_toolbox#11
No description provided.