From 488e1da935d55330be55eb30b4605b993dd65dbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Jul 2011 22:57:27 +0000 Subject: cleanup - remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables --- io_anim_bvh/import_bvh.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'io_anim_bvh/import_bvh.py') diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py index 4f1d19ff..b4460853 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -20,11 +20,9 @@ # Script copyright (C) Campbell Barton -import math from math import radians import bpy -import mathutils from mathutils import Vector, Euler, Matrix -- cgit v1.2.3