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>2004-06-14 13:24:50 +0400
committerJacques Guignot <guignot@wanadoo.fr>2004-06-14 13:24:50 +0400
commitde9e455088ff73140823ddbad9a6d48783e6ac8e (patch)
tree8e141191c17aa080db21a4947cb6f047ff452185 /source/blender/python/api2_2x/doc/World.py
parent8e48c5c412484d5e9e6d361b7160cd8fb8638090 (diff)
added a [get/set]Range function.
Updated documentation accordingly. (suggested by Stephane SOPPERA, tks!)
Diffstat (limited to 'source/blender/python/api2_2x/doc/World.py')
-rw-r--r--source/blender/python/api2_2x/doc/World.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/World.py b/source/blender/python/api2_2x/doc/World.py
index 7cda8c853fd..b5ce866c9b0 100644
--- a/source/blender/python/api2_2x/doc/World.py
+++ b/source/blender/python/api2_2x/doc/World.py
@@ -55,6 +55,22 @@ class World:
@type ipo: Blender Ipo
@cvar ipo: The world type ipo linked to this world object.
"""
+
+ def getRange():
+ """
+ Retrieves the range parameter of a world object.
+ @rtype: float
+ @return: the range
+ """
+
+ def setRange(range):
+ """
+ Sets the range parameter of a world object.
+ @type range: float
+ @param range: the new range parameter
+ @rtype: PyNone
+ @return: PyNone
+ """
def getName():
"""