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:
authorJoerg Mueller <nexyon@gmail.com>2011-07-12 17:09:22 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-07-12 17:09:22 +0400
commitd9cf98573050fa10f586ed121f514986e688e609 (patch)
tree6916742b8cb0b67387198592414d52860bf000cf /release/scripts/modules/bpy_types.py
parent9132754dc1ed77429a6e870c479b69ac8829d845 (diff)
parentb90535cc334bb8ae3a51f8023732b8c786019ac7 (diff)
Merging trunk up to r38329.
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
-rw-r--r--release/scripts/modules/bpy_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index c33ec2df86f..7cd10fc05bc 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -241,7 +241,7 @@ class _GenericBone:
chain.append(child)
else:
if len(children_basename):
- print("multiple basenames found, this is probably not what you want!", bone.name, children_basename)
+ print("multiple basenames found, this is probably not what you want!", self.name, children_basename)
break