Closed musicinmybrain closed 2 months ago
Apply the fix from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/commit/f958f696c05b4b7a18ca85bc5c89d4f8e60288ad, which fixed https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/issues/24.
As part of investigating the possibility of adding python-fast-simplification package to Fedora, I was trying to determine at what point Simplify.h was forked from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/. I decided that the answer was https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/commit/4aeffce360279bd070492487426f3e6715c22562, then I looked at the changes since then. I’m not sure if any of the other subsequent commits are valuable here and worth cherry-picking, but I thought I would offer up this one since it looked like it fixed a well-defined issue.
python-fast-simplification
Simplify.h
Wheels on PyPi at fast-simplification==0.1.9.
Apply the fix from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/commit/f958f696c05b4b7a18ca85bc5c89d4f8e60288ad, which fixed https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/issues/24.
As part of investigating the possibility of adding
python-fast-simplification
package to Fedora, I was trying to determine at what pointSimplify.h
was forked from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/. I decided that the answer was https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/commit/4aeffce360279bd070492487426f3e6715c22562, then I looked at the changes since then. I’m not sure if any of the other subsequent commits are valuable here and worth cherry-picking, but I thought I would offer up this one since it looked like it fixed a well-defined issue.