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:
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, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/NMesh.py b/source/blender/python/api2_2x/doc/NMesh.py
index b66fc0b19f0..37bc15b2d59 100644
--- a/source/blender/python/api2_2x/doc/NMesh.py
+++ b/source/blender/python/api2_2x/doc/NMesh.py
@@ -280,6 +280,12 @@ class NMesh :
@type frame: int
@param frame: The Scene frame where the mesh key should be inserted. If
None, the current frame is used.
+ @warn: This and L{removeAllKeys} were included in this release only to
+ make accessing vertex keys possible, but are not a proper solution.
+ For example, it seems that 'frame' should be kept in the range [1, 100]
+ (the curves can be manually tweaked in the Ipo Curve Editor window in
+ Blender itself later). In the future a complete Key module should be
+ created.
"""
def removeAllKeys():