Открыть боковую панель
nikitronn
sverchok
Коммиты
923e2569
Коммит
923e2569
создал
Ноя 03, 2019
по автору
Ilya Portnov
Просмотр файлов
Bugfix.
владелец
5515238c
Изменения
1
Скрыть пробелы
Построчно
Рядом
utils/sv_bmesh_utils.py
Просмотр файла @
923e2569
...
@@ -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.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать