Removed spaces - test commit

This commit is contained in:
Joseph Gilbert 2003-10-12 16:03:52 +00:00
parent 5f6d8e59c4
commit a7fe79a142

@ -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.