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:
authorJacques Guignot <guignot@wanadoo.fr>2003-10-27 00:22:24 +0300
committerJacques Guignot <guignot@wanadoo.fr>2003-10-27 00:22:24 +0300
commitcd0e042dbcc5e411a9ac489426d7a28be34d04d8 (patch)
tree51d73e261977dd7df575074d00acf1cf9e985659 /source/blender/python/api2_2x/doc/World.py
parent0311189fb8a8f6fc04ad92fafc355a81324aa7d8 (diff)
Update of the documentation files for the new IPO functions
Diffstat (limited to 'source/blender/python/api2_2x/doc/World.py')
-rw-r--r--source/blender/python/api2_2x/doc/World.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/World.py b/source/blender/python/api2_2x/doc/World.py
index 476ddbdb1a4..67a14fb4428 100644
--- a/source/blender/python/api2_2x/doc/World.py
+++ b/source/blender/python/api2_2x/doc/World.py
@@ -61,6 +61,13 @@ class World:
@return: the name of the world object.
"""
+ def getIpo():
+ """
+ Retreives the Ipo (if any) of an world object
+ @rtype: Ipo object
+ @return: the Ipo of the world object.
+ """
+
def setName(name):
"""