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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Metaball.py')
-rw-r--r--source/blender/python/api2_2x/doc/Metaball.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/doc/Metaball.py b/source/blender/python/api2_2x/doc/Metaball.py
index 7e00cabe051..cb2fb0a5a65 100644
--- a/source/blender/python/api2_2x/doc/Metaball.py
+++ b/source/blender/python/api2_2x/doc/Metaball.py
@@ -43,10 +43,10 @@ class Metaball:
The Metaball object
===================
This metaball gives access to generic data from all metaballs in Blender.
- @cvar name: The name of the metaball.
- @cvar loc: The location of the metaball.
- @cvar rot: The rotation of the metaball.
- @cvar size: The size of the metaball.
+ @ivar name: The name of the metaball.
+ @ivar loc: The location of the metaball.
+ @ivar rot: The rotation of the metaball.
+ @ivar size: The size of the metaball.
"""
def addMetaelem(paramslist):