move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.

This commit is contained in:
2010-10-25 22:44:01 +00:00
parent 29605fc06d
commit 3264ced377
12 changed files with 15 additions and 12 deletions

View File

@@ -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")