From a7fe79a1424d543a23cd837fe9f7b6d67a214a09 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Sun, 12 Oct 2003 16:03:52 +0000 Subject: [PATCH] Removed spaces - test commit --- source/blender/python/api2_2x/doc/Worlddoc.txt | 3 --- 1 file changed, 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.