From 3264ced377ff159c7201b1c7d312c2f48d1327cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Oct 2010 22:44:01 +0000 Subject: move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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") -- cgit v1.2.3