minor tweaks from testing scripts. correction in my last commit.

This commit is contained in:
2007-01-27 04:58:09 +00:00
parent 853785782e
commit 8f075f9518
8 changed files with 112 additions and 97 deletions

View File

@@ -17,7 +17,7 @@ Example::
cam.scale = 6.0 # set scale value for ortho view
scn = Scene.GetCurrent() # get current scene
ob = scn.objects.new(cam) # add a new camera object from the data
cur.setCurrentCamera(ob) # make this camera the active
scn.setCurrentCamera(ob) # make this camera the active
"""
def New (type = 'persp', name = 'CamData'):