You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happened to be exploring MeshData.py and found a conditional that is always false due to unit_size = 0.0125 and max_unit_size = 0.01 on the previous two lines:
Without the checks, it's just a call to createConvexHull() by a different name. It would appear the function should just be removed and calls to it replaced by createConvexHull() directly.
Happened to be exploring MeshData.py and found a conditional that is always false due to
unit_size = 0.0125
andmax_unit_size = 0.01
on the previous two lines:Uranium/UM/Mesh/MeshData.py
Line 480 in 3de640a
The text was updated successfully, but these errors were encountered: