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:
authorJoseph Eagar <joeedh@gmail.com>2006-12-17 03:58:23 +0300
committerJoseph Eagar <joeedh@gmail.com>2006-12-17 03:58:23 +0300
commit0c5eea3911afd650311e2674c10187f32c7bc983 (patch)
tree2e2fd08dd256f19121decac7c8b0aaa53ea6ed1a /source/blender/python/api2_2x/doc/Object.py
parent36bfa35b9eaf8bfe6740081fed49a55a7eac1a3a (diff)
=IDProperties Python update=
Updated epydocs for next-to-latest id properties commit.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Object.py')
-rw-r--r--source/blender/python/api2_2x/doc/Object.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 595f9c7c7c7..abf9b63629d 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -237,7 +237,7 @@ def Duplicate (mesh=0, surface=0, curve=0, text=0, metaball=0, armature=0, lamp=
Blender.Redraw()
"""
-from IDProp import IDProperty, IDGroup, IDArray
+from IDProp import IDGroup, IDArray
class Object:
"""
The Object object
@@ -251,10 +251,9 @@ class Object:
To get these values in worldspace (taking into account vertex parents, constraints etc)
pass the argument 'worldspace' to these functions.
- @ivar properties: Returns an L{IDProperty<IDProperty>} reference of type L{IDGroup<IDGroup>} to
- 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 properties: Returns an L{IDGroup<IDProp.IDGroup>} reference to this
+ objects's ID Properties.
+ @type properties: L{IDGroup<IDProp.IDGroup>}
@ivar restrictDisplay: Don't display this object in the 3D view: disabled by default, use the outliner to toggle.
@type restrictDisplay: bool
@ivar restrictSelect: Don't select this object in the 3D view: disabled by default, use the outliner to toggle.