Открыть боковую панель
nikitronn
sverchok
Коммиты
010eb11e
Коммит
010eb11e
создал
Авг 08, 2022
по автору
generalpancakemstr
Просмотр файлов
Changed node name from OpenSubdiv to OpenSubdivision.
владелец
445de080
Изменения
5
Скрыть пробелы
Построчно
Рядом
dependencies.py
Просмотр файла @
010eb11e
...
...
@@ -157,7 +157,7 @@ try:
pyOpenSubdiv_d
.
message
=
"pyOpenSubdiv package is available"
pyOpenSubdiv_d
.
module
=
pyOpenSubdiv
except
ImportError
:
pyOpenSubdiv_d
.
message
=
"sv: pyOpenSubdiv package is not available, Catmull-Clark subdivision will not be available"
pyOpenSubdiv_d
.
message
=
"sv: pyOpenSubdiv package is not available,
the OpenSubdivision node (
Catmull-Clark subdivision
)
will not be available"
info
(
pyOpenSubdiv_d
.
message
)
pyOpenSubdiv
=
None
...
...
docs/nodes/modifier_change/modifier_change_index.rst
Просмотр файла @
010eb11e
...
...
@@ -6,7 +6,7 @@ Modifier Change
:maxdepth: 1
bevel
opensubdivi
de
opensubdivi
sion
subdivide_mk2
subdivide_lite
subdivide_to_quads
...
...
docs/nodes/modifier_change/opensubdivi
de
.rst
→
docs/nodes/modifier_change/opensubdivi
sion
.rst
Просмотр файла @
010eb11e
Subdivision Node
Open
Subdivision Node
===================
Functionality
...
...
@@ -35,7 +35,7 @@ This node has the following outputs:
Unexpected behavior may occur if using Faces from one mesh with Vertices from another.
Indic
i
es in **NewEdges**, **NewFaces**, **OldEdges**, **OldFaces** outputs relate to vertices in **Vertices** output.
Indices in **NewEdges**, **NewFaces**, **OldEdges**, **OldFaces** outputs relate to vertices in **Vertices** output.
Examples of usage
-----------------
...
...
index.md
Просмотр файла @
010eb11e
...
...
@@ -407,7 +407,7 @@
## Modifier Make
LineConnectNodeMK2
---
SvOpenSubdivi
de
Node
SvOpenSubdivi
sion
Node
SvSubdivideNodeMK2
SvSubdivideToQuadsNode
SvOffsetLineNode
...
...
nodes/modifier_change/opensubdivi
de
.py
→
nodes/modifier_change/opensubdivi
sion
.py
Просмотр файла @
010eb11e
...
...
@@ -31,9 +31,9 @@ except ModuleNotFoundError:
from
itertools
import
chain
import
traceback
class
SvOpenSubdivi
de
Node
(
bpy
.
types
.
Node
,
SverchCustomTreeNode
):
bl_idname
=
"SvOpenSubdivi
de
Node"
bl_label
=
"OpenSubdiv"
class
SvOpenSubdivi
sion
Node
(
bpy
.
types
.
Node
,
SverchCustomTreeNode
):
bl_idname
=
"SvOpenSubdivi
sion
Node"
bl_label
=
"OpenSubdiv
ision
"
bl_icon
=
'OUTLINER_OB_EMPTY'
sv_icon
=
None
...
...
@@ -101,7 +101,7 @@ class SvOpenSubdivideNode(bpy.types.Node,SverchCustomTreeNode):
self
.
outputs
[
'Faces'
].
sv_set
(
new_meshes
[
'faces'
])
def
register
():
bpy
.
utils
.
register_class
(
SvOpenSubdivi
de
Node
)
bpy
.
utils
.
register_class
(
SvOpenSubdivi
sion
Node
)
def
unregister
():
bpy
.
utils
.
unregister_class
(
SvOpenSubdivi
de
Node
)
bpy
.
utils
.
unregister_class
(
SvOpenSubdivi
sion
Node
)
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать