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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-31 05:52:17 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-31 05:52:17 +0300
commit4181b6ec742cda08176c908a80f26091cabdb562 (patch)
treeffa83d94ca0310b29b3a00d8454ea650b8fe2af5 /source/blender/python/api2_2x/doc/Key.py
parent43ec1ee71af4e4d9644e21a4c46ce05829243af4 (diff)
Removed key.getChannelIpo() doc.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Key.py')
-rw-r--r--source/blender/python/api2_2x/doc/Key.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/source/blender/python/api2_2x/doc/Key.py b/source/blender/python/api2_2x/doc/Key.py
index 1986cb229e1..3681c0ac7cb 100644
--- a/source/blender/python/api2_2x/doc/Key.py
+++ b/source/blender/python/api2_2x/doc/Key.py
@@ -55,15 +55,7 @@ class Key:
Get a list of L{KeyBlock}s, containing the keyframes defined for
this Key.
"""
- def setDriverChannel(index):
- """
- Get the IpoCurve object associated with the shape key referenced
- by the index of that key in getBlocks
- @type index: int
- @param index: the keyblock index to retrieve an IPO for.
- @rtype: Blender IpoCurve
- @return: Ipo Data Object:
- """
+
class KeyBlock:
"""