Python API
========== Fix typo in Scene documentation.
This commit is contained in:
@@ -106,8 +106,8 @@ class Scene:
|
||||
scene.layers = [3] # set layer 3
|
||||
scene.layers = scene.layers.append(1)
|
||||
print scene.layers # will print: [1, 3]
|
||||
@type objects: list of integers
|
||||
@ivar objects: An iterator for the scenes objects with set like functionality.
|
||||
@type objects: list of objects
|
||||
@ivar objects: An iterator for the scenes objects with set-like functionality.
|
||||
"""
|
||||
|
||||
def getName():
|
||||
|
||||
Reference in New Issue
Block a user