Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_anim_bvh/export_bvh.py')
-rw-r--r--io_anim_bvh/export_bvh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_bvh/export_bvh.py b/io_anim_bvh/export_bvh.py
index 4d7f0b09..ed80ed59 100644
--- a/io_anim_bvh/export_bvh.py
+++ b/io_anim_bvh/export_bvh.py
@@ -147,7 +147,7 @@ def write_armature(context,
# redefine bones as sorted by serialized_names
# so we can write motion
- class DecoratedBone(object):
+ class DecoratedBone:
__slots__ = (
"name", # bone name, used as key in many places
"parent", # decorated bone parent, set in a later loop