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>2007-05-05 10:09:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-05 10:09:03 +0400
commit66ffd1d2075dcc7a8fc9f197d3643d0cd26a9b79 (patch)
treef4792e485e46d81e12f41e9f1bfeec028e858aed /source/blender/python/api2_2x/doc/Scene.py
parentdf8cb37e1eeac4b846459378859f7eb8ff369e06 (diff)
more epy doc updates
added a constant dict "Blender.Object.IpoKeyTypes" to pass to ob.insertIpoKey(keytype), previously these constants were not documented well and added to Blender.Object directly
Diffstat (limited to 'source/blender/python/api2_2x/doc/Scene.py')
-rw-r--r--source/blender/python/api2_2x/doc/Scene.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py
index c28460825d2..fb852f2aa49 100644
--- a/source/blender/python/api2_2x/doc/Scene.py
+++ b/source/blender/python/api2_2x/doc/Scene.py
@@ -112,7 +112,7 @@ class Scene:
@type timeline: Timeline
@ivar timeline: The L{timeline<TimeLine.TimeLine>} for this scene, named markers are stored here. (read only)
@type render: RenderData
- @ivar render: The scenes L{render<Render>} settings. (read only)
+ @ivar render: The scenes L{render<Render.RenderData>} settings. (read only)
@type radiosity: RenderData
@ivar radiosity: The scenes L{radiosity<Radio>} settings. (read only)
"""