Replies: 1 comment
-
A great example of why consistent formatting is needed. :) #1007 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When generating a decomposition in 2.86.1 it produces a few normalisation asserts and does not correctly decompose the object (Works in 2.85.1).
Looking at it line concavity.cpp:708 has been ifdef'd out to avoid a warning about an if(0.. statement.
However, there is an else statement which has also been included in this, which I assume wasn't meant to be.
Beta Was this translation helpful? Give feedback.
All reactions