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:
authorNathan Vegdahl <cessen@cessen.com>2013-03-01 04:17:14 +0400
committerNathan Vegdahl <cessen@cessen.com>2013-03-01 04:17:14 +0400
commit3e316aace81f6305f61e9ac1d87ebc1717079429 (patch)
tree1ca9d980b3ed359d67534f7bd7baa9f376d2b3ad /rigify/rig_lists.py
parent38cc068b90491ddd4bb2d8dc5fefa251cfd64ba4 (diff)
Rigify: significant upgrade to arm and leg rigs, and misc changes/bugfixes.
Arm/leg rig upgrades: - Arms and legs no longer scale with their parents, which was problematic when e.g. the torso of a character did squash-and-stretch causing the arms/legs to distort and shear. - Squash-and-stretch for both FK and IK rigs. - Rubber hose controls. Misc changes/bugfixes: - Rigify now locks all pose transforms for non-control bones automatically. - The README file now correctly reflects the new rig-type API. - Scrubbed the code for unused variables and imports. - PEP8 cleanups.
Diffstat (limited to 'rigify/rig_lists.py')
-rw-r--r--rigify/rig_lists.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rigify/rig_lists.py b/rigify/rig_lists.py
index 66f0a33e..8de8528e 100644
--- a/rigify/rig_lists.py
+++ b/rigify/rig_lists.py
@@ -17,8 +17,6 @@
#======================= END GPL LICENSE BLOCK ========================
import os
-import traceback
-import logging
from . import utils