3D-Print Toolbox intersection are not working as expected #80466
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
7 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#80466
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?
System Information
Operating system: Windows 10
Graphics card: GeForce GTX 1080
Blender Version
Broken:2.90.0
Worked: 2.79b (2018-03-22 14:10, f4dc9f9d68b)
Addon Information
Name: 3D-Print Toolbox ()
Author: Campbell Barton
Short description of error
I have a mesh that visually looks correct but 3d-Print Toolbox is showing some intersection. The weird part is that if I move (or scale) all vertices in edit mode and recheck, the intersection number is changing and sometimes I can get even scenario with no intersection (without really changing the mesh).
The same mesh works perfectly fine if imported into 2.79.
Check gif:
Exact steps for others to reproduce the error
IntersectionBug.blend
Added subscriber: @denis-36
Added subscriber: @DanielGrauer
Added subscriber: @JacobMerrill-1
Added subscriber: @agorka
I'm having the same problem. I wanted to use self-intersection checking function to make some mesh randomization without self-intersecting, but getting lots of false-positive.
Seems the problem not in the addon itself but in mathutils.BVHTree functions:
Added subscriber: @DoubleHelix
Using Blender 2.90.1 on Windows 10
I would just like to add this odd behavior I've noticed With the 3D Print Toolbox intersection check which seems related to this problem:
This gives me a result of 112 intersections, despite this being a simple flat cube. The intersections seem to be random faces on the sides of the cube.
Interestingly, the following process gives different results:
For me, this gives a result of 0 intersections, despite the second cube being seemingly identical to the first.
I'm noticing similar behavior on other flat geometric shapes, though less so on more organic geometry. Not sure if that helps at all.
Added subscriber: @shmuper
Hi!,
Using 2.90.1
This is not a 3D print tool issue, this really seems to be on a geometry level. When exporting and loading up these models in the Dremmel slicer the normals are all broken and I cannot print anything.
I am working on two very very low polygon models and although I managed to fix all the issues on the thin model, it still doesn't work when I export it as an .stl to bring in my 3D slicer.
On the bigger model, I cannot get rid of the final intersect face. I got rid of all the intersect faces by recreating single faces pressing F. And that after deleting floating, merging vertex by distance, recreating normals etc...
I will try going back to 2.80 but dang 2.9 is delicious. Keep up the good work!
Mo
Added subscribers: @ideasman42, @mano-wii
I'm not sure but it is possible that this problem is due to recent changes that I made to the function
isect_tri_tri_v3
(however mesh analysis does not show any intersection).@ideasman42, if confirmed that the problem is that function, I will be willing to fix it.
I used the following functions on the meshes if that can help:
indeed 2.80 gave me similar issues with the meshes, will go back to 2.79 as suggested above.
It looks like it's fixed in 2.91 ! Cudos, thank you!!!
Changed status from 'Needs Triage' to: 'Resolved'
Thanks for the update.
I also cannot reproduce the problem originally reported.
So I assume it's already solved :)