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/Texture.py
parent36bfa35b9eaf8bfe6740081fed49a55a7eac1a3a (diff)
=IDProperties Python update=
Updated epydocs for next-to-latest id properties commit.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Texture.py')
-rw-r--r--source/blender/python/api2_2x/doc/Texture.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/doc/Texture.py b/source/blender/python/api2_2x/doc/Texture.py
index eda831f9e9b..bd946298567 100644
--- a/source/blender/python/api2_2x/doc/Texture.py
+++ b/source/blender/python/api2_2x/doc/Texture.py
@@ -241,7 +241,7 @@ def Get (name = None):
- (): A list with all Texture objects in the current scene.
"""
-from IDProp import IDProperty, IDGroup, IDArray
+from IDProp import IDGroup, IDArray
class Texture:
"""
The Texture object
@@ -251,10 +251,8 @@ class Texture:
Note that many of the attributes of this object are only relevant for
specific texture types.
- @ivar properties: Returns an L{IDProperty<IDProperty>} reference of type L{IDGroup<IDGroup>} to
- this textures'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 texture's ID Properties.
+ @type properties: L{IDGroup<IDProp.IDGroup>}
@ivar animFrames: Number of frames of a movie to use.
Value is clamped to the range [0,30000].
@type animFrames: int