Polygon Reduction
-
On 03/06/2017 at 17:35, xxxxxxxx wrote:
Hi,guys.
How to reduce polygon on the model? There is a deformer called "Polygon Reduction" which can do,but it change polygon to Triangle surface,result to chang the UV of the model,that is not good enough,so I want to achieve this via python script,which can keep the original quadrangle, is there any idea about this or can you give me some advices? Thanks for any help!
-
On 05/06/2017 at 08:56, xxxxxxxx wrote:
Hi,
Yes the Polygon Reduction deformer has the limitation that it only works with triangles. It always converts quads to triangles before the reduction process.
You should search the web for Polygon Reduction algorithms but I'm afraid Python is not the most suitable language for such intensives calculations.