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:
authorJacques Guignot <guignot@wanadoo.fr>2003-07-25 23:53:42 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-25 23:53:42 +0400
commit28e4b0118cd93d7f2ea2765f1586adefcd6a836e (patch)
tree9eb8d61887db9fe8c7a4c22c3cc8a5e60fc4a9ba
parent7b324bef331ee86d30ceb4be2152bb38dbccf9ca (diff)
added function buildParts
-rw-r--r--source/blender/python/api2_2x/doc/Object.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index c12b5226eff..df11562c05a 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -98,6 +98,10 @@ class Object:
@cvar name: The name of the object.
"""
+ def buildParts():
+ """
+ recomputes the particle system
+ """
def clrParent(mode = 0, fast = 0):
"""
Clears parent object.