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
path: root/source
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2007-05-04 17:53:06 +0400
committerKen Hughes <khughes@pacific.edu>2007-05-04 17:53:06 +0400
commitc494a76e3542815b66001bfbafa0f25dde6a0de0 (patch)
tree323c6fa8b5bdffd2b058e5b9b2b74159e9bd6793 /source
parent2e8f8bff227cba464092007122145759a171c301 (diff)
Python API
---------- Correct some typos.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/doc/Material.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py
index 639c33b707f..40207dd92c0 100644
--- a/source/blender/python/api2_2x/doc/Material.py
+++ b/source/blender/python/api2_2x/doc/Material.py
@@ -201,16 +201,16 @@ class Material:
Value is clamped to the range [0.0,1.0].
@type mirR: float
- @ivar sssCol: SubSufrace scattering RGB color triplet.
+ @ivar sssCol: SubSsurface scattering RGB color triplet.
Components are clamped to the range [0.0,1.0].
@type sssCol: list of 3 floats
- @ivar sssB: SubSufrace scattering color (L{sssCol}) blue component.
+ @ivar sssB: SubSsurface scattering color (L{sssCol}) blue component.
Value is clamped to the range [0.0,1.0].
@type sssB: float
- @ivar sssG: SubSufrace scattering color (L{sssCol}) green component.
+ @ivar sssG: SubSsurface scattering color (L{sssCol}) green component.
Value is clamped to the range [0.0,1.0].
@type sssG: float
- @ivar sssR: SubSufrace scattering color (L{sssCol}) red component.
+ @ivar sssR: SubSsurface scattering color (L{sssCol}) red component.
Value is clamped to the range [0.0,1.0].
@type sssR: float
@@ -311,9 +311,9 @@ class Material:
The colorband can have between 1 and 31 colors.
@type colorbandSpecular: list
- @ivar enableSSS: If True, subsufrace scattering will be rendered on this material.
+ @ivar enableSSS: If True, subsurface scattering will be rendered on this material.
@type enableSSS: bool
- @ivar sssScale: If True, subsufrace scattering will be rendered on this material.
+ @ivar sssScale: If True, subsurface scattering will be rendered on this material.
Value is clamped to the range [0.1,1000.0].
@type sssScale: bool
@ivar sssRadiusRed: Mean red scattering path length.
@@ -1058,4 +1058,4 @@ class Material:
"""
import id_generics
-Material.__doc__ += id_generics.attributes \ No newline at end of file
+Material.__doc__ += id_generics.attributes