[BUG 13] bhop_arcane Fall Through Logs
#24
Reference in New Issue
Block a user
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?
When the issue occurs, the face crawler always goes through the FEV::Vert -> FEV::Edge code path. That's all I know so far. I expect that the face crawler algorithm is straight up wrong in some way which is not easy to proc. This was discovered because the new minimum_difference algorithm appears to return the correct Fev::Vert result when the infinity fev algorithm returned an incorrect Fev::Face. Despite the incorrect result, the face crawler correctly finds the collision given the incorrect FEV, and fails to find the collision when given the correct FEV.
I've created a branch
bug13-procwhich prints a message when you clip through a log, but I don't know the nitty gritty about what's going on yet.This entire analysis is incorrect.
Also, I tentatively claim that this is no longer reproducible after #25.