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:
authorJoshua Leung <aligorith@gmail.com>2007-05-29 10:30:33 +0400
committerJoshua Leung <aligorith@gmail.com>2007-05-29 10:30:33 +0400
commit189d8b8d287b0dd88c3d2d9642dcfd9f10dad913 (patch)
treecf52e09080246fd015306d5011afbec39ab56561 /source
parent9fec189e7a5793676675f10eb9484b0bbabc5527 (diff)
== PY-API Docs ==
Fixed bad description for a function. As reported here: http://www.blender.org/forum/viewtopic.php?t=11752
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/doc/Render.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Render.py b/source/blender/python/api2_2x/doc/Render.py
index adadf54c488..9c9f58f6074 100644
--- a/source/blender/python/api2_2x/doc/Render.py
+++ b/source/blender/python/api2_2x/doc/Render.py
@@ -498,7 +498,7 @@ class RenderData:
def setOversamplingLevel(level):
"""
- Set the edge color for toon shading.
+ Set the level of over-sampling (anti-aliasing).
@type level: int
@param level: can be either 5, 8, 11, or 16
"""