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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-22 04:27:03 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-22 04:27:03 +0400
commitde608898659ea46b1c8dd590cfcd405dc85ccb3f (patch)
tree00ce951d22fea2bd15725325b3e26e104636aa3b /source/blender/python/api2_2x/doc/Metaball.py
parent9a5cf3cb6679c111794856f038231eab1976826e (diff)
Exppython docs:
- Updates and fixes to the documentation files, only, no code involved.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Metaball.py')
-rw-r--r--source/blender/python/api2_2x/doc/Metaball.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Metaball.py b/source/blender/python/api2_2x/doc/Metaball.py
index 259c918ca5d..e4f08aa131d 100644
--- a/source/blender/python/api2_2x/doc/Metaball.py
+++ b/source/blender/python/api2_2x/doc/Metaball.py
@@ -6,10 +6,9 @@ The Blender.Metaball submodule
This module provides access to the B{Metaball Data} in Blender.
Example::
-
import Blender
- scene = Blencer.Scene.getCurrent () # get the current scene
- ob = Blender.Metaball.New ('mball') # make metaball
+ scene = Blender.Scene.getCurrent () # get the current scene
+ ob = Blender.Metaball.New ('mball') # make metaball
"""
def New (name):