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,11 +19,7 @@
# <pep8 compliant>
import bpy
from rna_prop_ui import rna_idprop_ui_prop_get
from math import acos
from Mathutils import Vector
from rigify import get_layer_dict
from rigify_utils import bone_class_instance, copy_bone_simple
from rigify import RigifyError
#METARIG_NAMES = ("cpy",)
RIG_TYPE = "shape_key_rotdiff"