BPython docs: small formatting fixes, basically, so that epydoc can generate dvi, ps and pdf versions.
This commit is contained in:
@@ -16,7 +16,7 @@ Example::
|
||||
scn = Scene.GetCurrent()
|
||||
context = scn.getRenderingContext()
|
||||
|
||||
Render..enableDispWin()
|
||||
Render.EnableDispWin()
|
||||
context.enableExtensions(1)
|
||||
context.setRenderPath("C:/myRenderdir/")
|
||||
context.sizePreset(Scene.PC)
|
||||
@@ -29,7 +29,7 @@ Example::
|
||||
context.framesPerSec(15)
|
||||
context.startFrame(15)
|
||||
context.endFrame(22)
|
||||
context.renderAnim()
|
||||
context.renderAnim()
|
||||
|
||||
Render.CloseRenderWindow()
|
||||
print context.framesPerSec()
|
||||
@@ -867,4 +867,4 @@ class RenderData:
|
||||
@param value: must be between 1 - 900
|
||||
@rtype: int (if prototype is empty)
|
||||
@return: Current new map value for the scene.
|
||||
"""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user