Коммит 31f7b118 создал по автору Victor Doval's avatar Victor Doval
Просмотр файлов

Typos and icon

владелец 7e17d5a9
...@@ -26,7 +26,7 @@ In the N-Panel you can use the toggle **Output NumPy** to get NumPy arrays in st ...@@ -26,7 +26,7 @@ In the N-Panel you can use the toggle **Output NumPy** to get NumPy arrays in st
Outputs Outputs
------- -------
**Length**: it will be calculated if **Vertices** input is linked. If no **Edges** are supplied the node will use the sequence order to calculate de distances. **Length**: it will be calculated if **Vertices** input is linked. If no **Edges** are supplied the node will use the sequence order to calculate de length.
Example of usage Example of usage
...@@ -35,7 +35,7 @@ Example of usage ...@@ -35,7 +35,7 @@ Example of usage
.. image:: https://user-images.githubusercontent.com/10011941/51251936-c4449e00-199a-11e9-89a7-557cc7e93731.png .. image:: https://user-images.githubusercontent.com/10011941/51251936-c4449e00-199a-11e9-89a7-557cc7e93731.png
:alt: PathLengthDemo1.PNG :alt: PathLengthDemo1.PNG
Measuring a Bender curve with the default vertices, with a higher interpolation and by edges Measuring a Bender curve with the default vertices, with a higher interpolation and by segments
.. image:: https://user-images.githubusercontent.com/10011941/51251933-c4449e00-199a-11e9-99b8-fa53c8586484.png .. image:: https://user-images.githubusercontent.com/10011941/51251933-c4449e00-199a-11e9-99b8-fa53c8586484.png
:alt: PathLengthDemo2.PNG :alt: PathLengthDemo2.PNG
......
...@@ -57,11 +57,11 @@ def edges_length(meshes, gates, result): ...@@ -57,11 +57,11 @@ def edges_length(meshes, gates, result):
class SvPathLengthNode(bpy.types.Node, SverchCustomTreeNode): class SvPathLengthNode(bpy.types.Node, SverchCustomTreeNode):
''' '''
Triggers: Path / Edges length Triggers: Path / Edges length
Tooltip: Masseuses the length of a path or the length of it's segments Tooltip: Measures the length of a path or the length of its segments
''' '''
bl_idname = 'SvPathLengthNode' bl_idname = 'SvPathLengthNode'
bl_label = 'Path Length' bl_label = 'Path Length'
bl_icon = 'MOD_SIMPLEDEFORM' sv_icon = 'SV_PATH_LENGTH'
output_numpy = BoolProperty( output_numpy = BoolProperty(
name='Output NumPy', description='output NumPy arrays', name='Output NumPy', description='output NumPy arrays',
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать