Не подтверждена Коммит 14d26cdf создал по автору luzpaz's avatar luzpaz Зафиксировано автором GitHub
Просмотр файлов

fix various typos (#4426)

владелец b80248d1
......@@ -1456,7 +1456,7 @@ def node_id(node):
return node.node_id
# EDGE CACHE settings : used to accellerate the (linear) edge list generation
# EDGE CACHE settings : used to accelerate the (linear) edge list generation
_edgeCache = {}
_edgeCache["main"] = [] # e.g. [[0, 1], [1, 2], ... , [N-1, N]] (extended as needed)
......@@ -1482,7 +1482,7 @@ def get_edge_list(n):
e.g. [[0, 1], [1, 2], ... , [n-1, n]]
NOTE: This uses an "edge cache" to accellerate the edge list generation.
NOTE: This uses an "edge cache" to accelerate the edge list generation.
The cache is extended automatically as needed to satisfy the largest number
of edges within the node tree and it is shared by all nodes using this method.
"""
......@@ -1496,7 +1496,7 @@ def get_edge_loop(n):
e.g. [[0, 1], [1, 2], ... , [n-2, n-1], [n-1, 0]]
NOTE: This uses an "edge cache" to accellerate the edge list generation.
NOTE: This uses an "edge cache" to accelerate the edge list generation.
The cache is extended automatically as needed to satisfy the largest number
of edges within the node tree and it is shared by all nodes using this method.
"""
......
......@@ -117,7 +117,7 @@ Component Sharpness:
.. image:: https://user-images.githubusercontent.com/10011941/71564638-61adba80-2aa4-11ea-9c1f-c1f5551287cf.png
Adjacent Edges, Faces Angle and Neibor Faces Num:
Adjacent Edges, Faces Angle and Neighbor Faces Num:
.. image:: https://user-images.githubusercontent.com/10011941/71564682-134ceb80-2aa5-11ea-9b97-15891503f39c.png
......
......@@ -4,7 +4,7 @@ Box
Functionality
-------------
Offers a Box primitive with variable X,Y and Z divisions, and overal Size.
Offers a Box primitive with variable X,Y and Z divisions, and overall Size.
Inputs
------
......
......@@ -80,7 +80,7 @@ Outputs
**Quaternions**
The node outputs a list of one ore more quaternions based on the given input.
The node outputs a list of one or more quaternions based on the given input.
The node only generates the quaternions when the output socket is connected.
......@@ -47,7 +47,7 @@ This node has the following parameters:
* **Search Best**. If checked, the node will try to find global maximum or
minimum. Otherwise, the node will return all points it managed to find.
* **Method**. This parameter is available in the N panel only. The algorithm
used to find the exterme point. The available values are:
used to find the extreme point. The available values are:
* L-BFGS-B
* Conjugate Gradient
......
......@@ -21,7 +21,7 @@ binaries
python: https://www.python.org/downloads/release/python-341/
numpy: http://sourceforge.net/projects/numpy/files/NumPy/
To confirm that NumPy is installed properly on your system, for py3.4, launch your python34 interpretter/console and the following NumPy import should produce no error.
To confirm that NumPy is installed properly on your system, for py3.4, launch your python34 interpreter/console and the following NumPy import should produce no error.
```
......
......@@ -54,7 +54,7 @@ An example that sets us up for the first Sverchok example is the cube. Conceptua
polygons = [[],[],[],[],[],[]]
Once you define polygons then you are also defining edges implicitely. If a polygon has 4 vertices, then it also has 4 edges. Two adjacent polygons may share edges. I think this broadly covers the things you should be comfortable with before Sverchok will make sense.
Once you define polygons then you are also defining edges implicitly. If a polygon has 4 vertices, then it also has 4 edges. Two adjacent polygons may share edges. I think this broadly covers the things you should be comfortable with before Sverchok will make sense.
###Sverchok
......
......@@ -446,7 +446,7 @@ class SvWafelNode(bpy.types.Node, SverchCustomTreeNode):
lz1])
k += 10
# streight section
# straight section
else:
'''рёбра'''
# пазы формируем независимо от верх низ
......
......@@ -110,7 +110,7 @@ class SvRecursiveNode():
bmesh_list, other_param1, other_param2 = params
creating the bmesh_list before matching improves performance a lot, but if
you are modifiying the bm in your function do it over a copy -> bm.copy()
you are modifying the bm in your function do it over a copy -> bm.copy()
'''
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать