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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-11-10 14:07:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-11-10 14:07:45 +0300
commit2391d5041b3ff02967d487611b6c1afafc211e8e (patch)
treeb9d7b885caee641ffb23104e782726a2ccb6a4fc /io_anim_bvh/import_bvh.py
parentcbda8c112967fb3b812a601edc2b036a5cc6e134 (diff)
Moar style & UI messages cleanup...
Diffstat (limited to 'io_anim_bvh/import_bvh.py')
-rw-r--r--io_anim_bvh/import_bvh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py
index 7549c1fd..df733a73 100644
--- a/io_anim_bvh/import_bvh.py
+++ b/io_anim_bvh/import_bvh.py
@@ -637,7 +637,7 @@ def load(context,
# Broken BVH handling: guess frame rate when it is not contained in the file.
if bvh_frame_time is None:
- report({'WARNING'}, "The BVH file did not contain frame duration in its MOTION "
+ report({'WARNING'}, "The BVH file does not contain frame duration in its MOTION "
"section, assuming the BVH and Blender scene have the same "
"frame rate")
bvh_frame_time = scene.render.fps_base / scene.render.fps