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/Ipo.py')
-rw-r--r--source/blender/python/api2_2x/doc/Ipo.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/doc/Ipo.py b/source/blender/python/api2_2x/doc/Ipo.py
index 661e829be57..fc2cb144eff 100644
--- a/source/blender/python/api2_2x/doc/Ipo.py
+++ b/source/blender/python/api2_2x/doc/Ipo.py
@@ -7,13 +7,12 @@ This module provides access to the Ipo Data in Blender.
Example::
-
import Blender
ob = Blender.Ipo.Get('ipo') # retreives an ipo object
- ob.setName('ipo1')
- print ob.name
- print ipo.getRctf()
- ipo.setRctf(1,2,3,4)
+ ob.setName('ipo1')
+ print ob.name
+ print ipo.getRctf()
+ ipo.setRctf(1,2,3,4)
"""