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:
authorJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
commit4ea1c4dc602c7daa5239a162fc0fa7655b4b719a (patch)
treed5bf41aa75f5b682ad30f23ec745760e63b2760d /source/blender/python/api2_2x/doc/NMesh.py
parenta85ba68eb4d86e9eeefa033c6d2fc851d7eaabc9 (diff)
* update to python docs
- update for the old mathutils rewrite - update for some other methods ive added - added explaination of wrapped data - added a .css file for epydoc gives nice blender/python colors :?
Diffstat (limited to 'source/blender/python/api2_2x/doc/NMesh.py')
-rw-r--r--source/blender/python/api2_2x/doc/NMesh.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/NMesh.py b/source/blender/python/api2_2x/doc/NMesh.py
index 26f72b05648..9b22a80bab1 100644
--- a/source/blender/python/api2_2x/doc/NMesh.py
+++ b/source/blender/python/api2_2x/doc/NMesh.py
@@ -214,11 +214,11 @@ class NMVert:
The NMVert object
=================
This object holds mesh vertex data.
- @type co: 3D Vector object.
+ @type co: 3D Vector object. (WRAPPED DATA)
@ivar co: The vertex coordinates (x, y, z).
- @type no: 3D Vector object. (unit length)
+ @type no: 3D Vector object. (unit length) (WRAPPED DATA)
@ivar no: The vertex normal vector (x, y, z).
- @type uvco: 3D Vector object.
+ @type uvco: 3D Vector object. (WRAPPED DATA)
@ivar uvco: The vertex texture "sticky" coordinates. The Z value of the Vector is ignored.
@type index: int
@ivar index: The vertex index, if owned by a mesh.