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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-31 17:03:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-31 17:03:38 +0400
commit043641de72d7c9b6d27d92ccc3c64dc784450b11 (patch)
treeedecdd0a98838b8b433c51ffe64002e8fe0d36ef /source/blender/python
parent6b3351c327771c6572ddfb3677db087b15bf06d1 (diff)
corrections to epydocs
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/doc/Particle.py16
-rw-r--r--source/blender/python/api2_2x/doc/Texture.py2
2 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/python/api2_2x/doc/Particle.py b/source/blender/python/api2_2x/doc/Particle.py
index 15481c9dd63..b8e263f948f 100644
--- a/source/blender/python/api2_2x/doc/Particle.py
+++ b/source/blender/python/api2_2x/doc/Particle.py
@@ -70,7 +70,7 @@ This module provides access to the B{Particle} in Blender.
- SPIN: Spin particle angular velocity
- RANDOM: Random particle angular velocity
@type VERTEXGROUPS: readonly dictionary
-@var VERTEXGROUPS: Constant dict used for with L{Particle.VERTEXGROUP}
+@var VERTEXGROUPS: Constant dict used for with L{Particle.getVertGroup} and L{Particle.setVertGroup}
- DENSITY: VertexGroup affect to particles density
- VELOCITY: VertexGroup affect to particles velocity
- LENGHT: VertexGroup affect to particles lenght
@@ -106,7 +106,7 @@ def New(object):
"""
Create a new particle system applied to L{object}
@type object: string or L{Blender.Object.Object}
- @param name: The name of an existing object.
+ @param object: The existing object to add the particle system to.
@rtype: L{Particle}
@return: a new Particle system.
"""
@@ -287,12 +287,12 @@ class Particle:
@type childKinkAmp: float
@ivar childBranch: Branch child paths from eachother
@type childBranch: int
- @ivar childBranch: Animate branching
- @type childBranch: int
- @ivar childBranch: Start and end points are the same
- @type childBranch: int
- @ivar childBranch: Threshold of branching
- @type childBranch: float
+ @ivar childBranchAnim: Animate branching
+ @type childBranchAnim: int
+ @ivar childBranchSymm: Start and end points are the same
+ @type childBranchSymm: int
+ @ivar childBranchThre: Threshold of branching
+ @type childBranchThre: float
"""
def getName():
"""
diff --git a/source/blender/python/api2_2x/doc/Texture.py b/source/blender/python/api2_2x/doc/Texture.py
index 3431dceb6cd..b9a65d3017a 100644
--- a/source/blender/python/api2_2x/doc/Texture.py
+++ b/source/blender/python/api2_2x/doc/Texture.py
@@ -394,7 +394,7 @@ class Texture:
The colorband can have between 1 and 31 colors.
@type colorband: list
@ivar useColorband: Use colorband for this texture.
- @type colorband: int
+ @type useColorband: int
@ivar autoRefresh: Refresh image on frame changes enabled.
@type autoRefresh: boolean
"""