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:
authorKen Hughes <khughes@pacific.edu>2006-12-11 20:13:56 +0300
committerKen Hughes <khughes@pacific.edu>2006-12-11 20:13:56 +0300
commit675ab027266a7107ba6e48b8ca37f742f0e969be (patch)
tree067f30d8bfcca951241d6d38984f2b08da2798f5 /source/blender/python/api2_2x/doc/Object.py
parentb13ee888053d360b3e703c67f251af5fc254f9c3 (diff)
Python API
---------- Fix some typos in the documentation.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Object.py')
-rw-r--r--source/blender/python/api2_2x/doc/Object.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index b793330bbc9..5e57b900f55 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -250,11 +250,11 @@ class Object:
this object's ID Properties. Note that dict access is available for groups on the parent
L{IDProperty<IDProperty>} object, but for everything else you need to get the L{IDGroup<IDGroup>}
object from the L{IDProperty<IDProperty>}'s data member.
- @ivar restrictDisplay: Dont display this object in the 3d view, disabled by default, use the outliner to toggle.
+ @ivar restrictDisplay: Don't display this object in the 3D view: disabled by default, use the outliner to toggle.
@type restrictDisplay: bool
- @ivar restrictSelect: Dont select this object in the 3d view, disabled by default, use the outliner to toggle.
+ @ivar restrictSelect: Don't select this object in the 3D view: disabled by default, use the outliner to toggle.
@type restrictSelect: bool
- @ivar restrictRender: Dont render this object, disabled by default, use the outliner to toggle.
+ @ivar restrictRender: Don't render this object: disabled by default, use the outliner to toggle.
@type restrictRender: bool
@ivar LocX: The X location coordinate of the object.
@type LocX: float