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 Gilbert <ascotan@gmail.com>2003-10-12 20:03:52 +0400
committerJoseph Gilbert <ascotan@gmail.com>2003-10-12 20:03:52 +0400
commita7fe79a1424d543a23cd837fe9f7b6d67a214a09 (patch)
treeb0dd04bd59376814d7ec50dd7853f79c701a2472 /source/blender/python
parent5f6d8e59c4d6a32b4743fabd17678cf4a82bddb3 (diff)
Removed spaces - test commit
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/doc/Worlddoc.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Worlddoc.txt b/source/blender/python/api2_2x/doc/Worlddoc.txt
index 2c64a43571e..78e325fd7ce 100644
--- a/source/blender/python/api2_2x/doc/Worlddoc.txt
+++ b/source/blender/python/api2_2x/doc/Worlddoc.txt
@@ -1,12 +1,9 @@
METABALL Module documentation
-
INTRODUCTION
The metaball module effect allows you to access all the data of an metaball.
A metaball consists of several (maybe only one) metaelems, which are spheres, interacting with each other, thus creating soft organic volumes.
-
-
functions of the module :
New(name) : creates ans returns a metaball object.
Get(opt : name) : if the parameter name is given, returns the metaball object whose name has been passed, or Py_None, if no such metaball exists in the current scene. If no parameter is given, returns a list of all the metaballs in the current scene.