Restore 3D-Print add-on operator MESH_OT_print3d_clean_isolated #73015

Closed
opened 2020-01-10 07:49:11 +01:00 by Tuomo Keskitalo · 5 comments

System Information
Operating system: Linux-4.15.0-74-generic-x86_64-with-debian-stretch-sid 64 Bits

Blender Version
Broken: version: 2.82 (sub 6), branch: master, commit date: 2020-01-09 19:46, hash: blender/blender@9d95c035c5
Broken: 2.81
Worked: 2.80

Short description of error
Commit https://developer.blender.org/rBA8aa0fcd8b92500d2d1d33a60216da76f74b37fb8 removed operator MESH_OT_print3d_clean_isolated. Reason given in commit comment was that Make Manifold (MESH_OT_print3d_clean_non_manifold operator) already handles this. However, Make Manifold does much more than what clean_isolated did, and some users need only clean_isolated. Could you please revert this commit to give this operator back to users? Thanks!

Exact steps for others to reproduce the error
Not applicable to this bug.

**System Information** Operating system: Linux-4.15.0-74-generic-x86_64-with-debian-stretch-sid 64 Bits **Blender Version** Broken: version: 2.82 (sub 6), branch: master, commit date: 2020-01-09 19:46, hash: `blender/blender@9d95c035c5` Broken: 2.81 Worked: 2.80 **Short description of error** Commit [[ https://developer.blender.org/rBA8aa0fcd8b92500d2d1d33a60216da76f74b37fb8 ]] removed operator MESH_OT_print3d_clean_isolated. Reason given in commit comment was that Make Manifold (MESH_OT_print3d_clean_non_manifold operator) already handles this. However, Make Manifold does much more than what clean_isolated did, and some users need only clean_isolated. Could you please revert this commit to give this operator back to users? Thanks! **Exact steps for others to reproduce the error** Not applicable to this bug.

Added subscriber: @TuomoKeskitalo

Added subscriber: @TuomoKeskitalo

Added subscriber: @MikhailRachinskiy

Added subscriber: @MikhailRachinskiy

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Mikhail Rachinskiy self-assigned this 2020-01-10 08:58:24 +01:00

Blender has this tool for a long time now, Mesh > Clean Up > Delete Loose.
The reasoning was that not only Make Manifold handles this, but also that it is a duplicate of already existing functionality.

Blender has this tool for a long time now, Mesh > Clean Up > Delete Loose. The reasoning was that not only Make Manifold handles this, but also that it is a duplicate of already existing functionality.

OK thanks for info! I found the corresponding Python mesh operator: bpy.ops.mesh.delete_loose()

OK thanks for info! I found the corresponding Python mesh operator: bpy.ops.mesh.delete_loose()
Sign in to join this conversation.
No Milestone
No project
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#73015
No description provided.