Viewport Display is set to Default, when "Cleaning Distorted Faces" #6

Closed
opened 2024-09-09 09:36:05 +02:00 by Gilu · 2 comments

If I want to clean up distorted faces, it changes the viewport display back to the default values.
I'd like to keep my settings at "Wireframe" and "All Edges" on, while changing the angle value.
Even the disabled "Shadow" will be checked again, after changing the angle.

Blender 4.2.1
3D Print Toolbox 1.1.1

If I want to clean up distorted faces, it changes the viewport display back to the default values. I'd like to keep my settings at "Wireframe" and "All Edges" on, while changing the angle value. Even the disabled "Shadow" will be checked again, after changing the angle. Blender 4.2.1 3D Print Toolbox 1.1.1
Collaborator

Could you please prove steps to reproduce the issue?

I looked at the operator and it does not have the code that affects object or viewport display settings. You can look at it yourself, it's just 15 lines of code.

Could you please prove steps to reproduce the issue? I looked at the operator and it does not have the code that affects object or viewport display settings. You can [look at it](https://projects.blender.org/extensions/print3d_toolbox/src/commit/62c52e85b6b809efd780a9d5b293d2ca50c91586/source/operators/cleanup.py#L31) yourself, it's just 15 lines of code.
Collaborator

If you notice settings reset after you tweak Adjust Last Operation when you changed those settings after using the operator, then it just how undo in Blender works.

In this case this is not related to specific implementation of Clean Distorted operator, all operators behave this way.

Closing for now, if you manage to reproduce the issue and it's not related to undo, then we can reopen this issue.

If you notice settings reset after you tweak `Adjust Last Operation` when you changed those settings after using the operator, then it just how undo in Blender works. In this case this is not related to specific implementation of Clean Distorted operator, all operators behave this way. Closing for now, if you manage to reproduce the issue and it's not related to undo, then we can reopen this issue.
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#6
No description provided.