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-12-07 09:27:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-07 09:27:09 +0400
commit4fd9df25c6d466a2fe0c97c325e1662b9902df96 (patch)
tree93e3f2047fb1a24c9519cbd2bccdafcc964e0acf /doc/python_api/rst/info_gotcha.rst
parentd261d65bda976988d35641f66c34955adbd30a0a (diff)
Add 2 documents to the python api reference.
- Blender/Python Addon Tutorial: a step by step guide on how to write an addon from scratch - Blender/Python API Reference Usage: examples of how to use the API reference docs Thanks to John Nyquist for editing these docs and giving feedback.
Diffstat (limited to 'doc/python_api/rst/info_gotcha.rst')
-rw-r--r--doc/python_api/rst/info_gotcha.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst
index a48cb8fc15e..34145c2ac49 100644
--- a/doc/python_api/rst/info_gotcha.rst
+++ b/doc/python_api/rst/info_gotcha.rst
@@ -5,6 +5,8 @@ Gotchas
This document attempts to help you work with the Blender API in areas that can be troublesome and avoid practices that are known to give instability.
+.. _using_operators:
+
Using Operators
===============