Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-28 19:08:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-28 19:08:45 +0400
commitf828a318f5f77e4e167b2c4d5efd45460b239288 (patch)
treeb4eb86e18baec5adbb75eb582a1c6db0e487d376 /doc/python_api/rst_from_bmesh_opdefines.py
parent96136d3d888289bdde6101469e53bcdf391ee554 (diff)
include an example in the api docs for using bmesh operators to make 2 links in a chain.
Diffstat (limited to 'doc/python_api/rst_from_bmesh_opdefines.py')
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index 3077798cbef..c1b6643389d 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -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
"""