pep8 changes to rigify (minor warnings still there)

also found quite a few cases where variables were used that hadnt been defined.
This commit is contained in:
2010-01-31 14:33:27 +00:00
parent 22d8742f0d
commit fbadf21b00
18 changed files with 31 additions and 46 deletions

View File

@@ -19,8 +19,8 @@
# <pep8 compliant>
import bpy
from rigify import get_layer_dict, RigifyError
from rigify_utils import bone_class_instance, copy_bone_simple
from rigify import RigifyError
from rigify_utils import copy_bone_simple
METARIG_NAMES = tuple()
RIG_TYPE = "stretch"