From 4181b6ec742cda08176c908a80f26091cabdb562 Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Mon, 31 Oct 2005 02:52:17 +0000 Subject: [PATCH] Removed key.getChannelIpo() doc. --- source/blender/python/api2_2x/doc/Key.py | 10 +--------- 1 file changed, 1 insertion(+), 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: """