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/Armature.py')
-rw-r--r--source/blender/python/api2_2x/doc/Armature.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/doc/Armature.py b/source/blender/python/api2_2x/doc/Armature.py
index 7ca77e36417..4c07b48493c 100644
--- a/source/blender/python/api2_2x/doc/Armature.py
+++ b/source/blender/python/api2_2x/doc/Armature.py
@@ -45,8 +45,8 @@ class Armature:
The Armature object
===================
This object gives access to Armature-specific data in Blender.
- @cvar name: The Armature name.
- @cvar bones: A List of Bones that make up this armature.
+ @ivar name: The Armature name.
+ @ivar bones: A List of Bones that make up this armature.
"""
def getName():
@@ -91,4 +91,4 @@ class Armature:
Set whether or not to draw the armature's names per bone.
@type bool: boolean (true or false)
@param bool: specifies whether or not to draw names
- """ \ No newline at end of file
+ """