== PY-API Docs ==

Fixed bad description for a function.

As reported here:
http://www.blender.org/forum/viewtopic.php?t=11752
This commit is contained in:
Joshua Leung 2007-05-29 06:30:33 +00:00
parent 9fec189e7a
commit 189d8b8d28

@ -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
"""