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:
authorCampbell Barton <ideasman42@gmail.com>2008-10-12 18:27:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-10-12 18:27:30 +0400
commit2202cd878104c6b466ef288eb98a7327c7037717 (patch)
tree1b86ded396ee9174c780cf0b168210c65b655a44
parent96e9debe1fbfcd114abf2c78b00a3a690ad205b6 (diff)
correction to epydoc
-rw-r--r--source/blender/python/api2_2x/doc/Material.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py
index fa6a9f7047a..b37fd660810 100644
--- a/source/blender/python/api2_2x/doc/Material.py
+++ b/source/blender/python/api2_2x/doc/Material.py
@@ -212,7 +212,7 @@ class Material:
Value is clamped to the range [0.0,100.0].
@type haloSize: float
@ivar hard: Hardness of the specularity.
- Value is clamped to the range [1,255].
+ Value is clamped to the range [1,511].
@type hard: int
@ivar ipo: Material Ipo data.
Contains the Ipo if one is assigned to the object, None otherwise. Setting to None clears the current Ipo.