include an example in the api docs for using bmesh operators to make 2 links in a chain.

This commit is contained in:
Campbell Barton
2012-11-28 15:08:45 +00:00
parent 96136d3d88
commit f828a318f5
2 changed files with 111 additions and 0 deletions

View File

@@ -53,6 +53,11 @@ to perform useful operations.
This API us new in 2.65 and not yet well tested.
Operator Example
++++++++++++++++
This script shows how operators can be used to model a link of a chain.
.. literalinclude:: ../examples/bmesh.ops.1.py
"""