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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Scene.py')
-rw-r--r--source/blender/python/api2_2x/doc/Scene.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py
index d9846086317..8314c2beaa7 100644
--- a/source/blender/python/api2_2x/doc/Scene.py
+++ b/source/blender/python/api2_2x/doc/Scene.py
@@ -80,9 +80,9 @@ class Scene:
================
This object gives access to Scene data in Blender.
@type name: string
- @cvar name: The Scene name.
+ @ivar name: The Scene name.
@type Layers: integer (bitmask)
- @cvar Layers: The Scene layers (check also the easier to use
+ @ivar Layers: The Scene layers (check also the easier to use
L{layers<Scene.Scene.layers>}). This value is a bitmask with at least
one position set for the 20 possible layers starting from the low order
bit. The easiest way to deal with these values in in hexadecimal
@@ -94,7 +94,7 @@ class Scene:
After setting the Layers value, the interface (at least the 3d View and
the Buttons window) needs to be redrawn to show the changes.
@type layers: list of integers
- @cvar layers: The Scene layers (check also L{Layers<Scene.Scene.Layers>}).
+ @ivar layers: The Scene layers (check also L{Layers<Scene.Scene.Layers>}).
This attribute accepts and returns a list of integer values in the
range [1, 20].
Example::