Коммит 923e2569 создал по автору Ilya Portnov's avatar Ilya Portnov
Просмотр файлов

Bugfix.

владелец 5515238c
...@@ -193,7 +193,8 @@ def dual_mesh(bm, recalc_normals=True): ...@@ -193,7 +193,8 @@ def dual_mesh(bm, recalc_normals=True):
if face0.index not in new_face: if face0.index not in new_face:
new_face.append(face0.index) new_face.append(face0.index)
new_faces.append(new_face) if len(new_face) > 2:
new_faces.append(new_face)
vertices = [new_verts[idx] for idx in sorted(new_verts.keys())] vertices = [new_verts[idx] for idx in sorted(new_verts.keys())]
if not recalc_normals: if not recalc_normals:
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать