Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to rename groups/"erasers" (support blockers) #20

Open
KenLucke opened this issue Apr 8, 2021 · 4 comments
Open

Unable to rename groups/"erasers" (support blockers) #20

KenLucke opened this issue Apr 8, 2021 · 4 comments
Labels
upstream Bug in Cura or Trimesh

Comments

@KenLucke
Copy link

KenLucke commented Apr 8, 2021

Application Version
4.8.0

Platform
Mac OS 10.15.7 (Catalina)

Printer
N/A

Reproduction steps
Group some objects or create a support blocker
Attempt to rename the object group or support blocker ("eraser") via Mesh Tools > Rename

Actual results
Rename Dialog appears, allows entry, but fails to rename group or support blocker.

Expected results
Should allow all objects - models, support blockers ("erasers"), and groups - to be renamed, for clarity in the Objects List.

@fieldOfView
Copy link
Owner

I can reproduce the groups not being renamed. I'll see what I can do to fix that.

I can succesfuly rename support blockers though. Do you use the Extensions -> Mesh Tools menu or the viewport context menu ("right click" menu)?

@fieldOfView fieldOfView added the bug Something isn't working label Apr 8, 2021
@KenLucke
Copy link
Author

KenLucke commented Apr 8, 2021

I was using the contextual menu method. Using the menu, it worked this time. And now it is working via contextual, as well. Odd. I tried several times before, and it just ignored the rename.

@fieldOfView fieldOfView added upstream Bug in Cura or Trimesh and removed bug Something isn't working labels Apr 11, 2021
@fieldOfView
Copy link
Owner

After some code-searching, it turns out that Cura does not want you to rename groups:
https://github.com/Ultimaker/Cura/blob/master/cura/UI/ObjectsModel.py#L155

So this turns out to be a Cura issue afterall. I'll take this up with the devs at your original Cura issue (Ultimaker/Cura#9531)

@fieldOfView
Copy link
Owner

This will be fixed in the next major Cura release, with this PR: Ultimaker/Cura#9614

I'm considering backporting the fix for the current and older versions of MeshTools, so I'll leave this issue open for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Bug in Cura or Trimesh
Projects
None yet
Development

No branches or pull requests

2 participants