3D Print Toolbox tab doesn't show up in Edit Mode #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.