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>2010-10-26 02:44:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-26 02:44:01 +0400
commit3264ced377ff159c7201b1c7d312c2f48d1327cf (patch)
tree435fd62a88e1efa75219332fb2faa9aeb8ffb838 /doc/python_api
parent29605fc06ddd8fb9a5d80df1389a0cbfb150c9b9 (diff)
move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 7a78816a2db..9d6180d870f 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -364,7 +364,7 @@ def rna2sphinx(BASEPATH):
fw(" These parts of the API are relatively stable and are unlikely to change significantly\n")
fw(" * data API, access to attributes of blender data such as mesh verts, material color, timeline frames and scene objects\n")
fw(" * user interface functions for defining buttons, creation of menus, headers, panels\n")
- fw(" * modules: bgl, mathutils and geometry\n")
+ fw(" * modules: bgl and mathutils\n")
fw(" * game engine modules\n")
fw("\n")