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
This commit is contained in:
2007-05-05 06:09:03 +00:00
parent df8cb37e1e
commit 66ffd1d207
5 changed files with 69 additions and 36 deletions

View File

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