- leg_quadruped_generic missing imports

- move global pivot in the UI of userprefs since others are closer related
This commit is contained in:
2010-01-06 22:38:51 +00:00
parent f9177e21ce
commit e49e9289f0
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
import bpy
from rigify import RigifyError
from rigify_utils import bone_class_instance, copy_bone_simple, add_pole_target_bone
from rigify_utils import bone_class_instance, copy_bone_simple, add_pole_target_bone, get_base_name, get_side_name
from Mathutils import Vector
METARIG_NAMES = "hips", "thigh", "shin", "foot", "toe"

View File

@@ -183,9 +183,9 @@ class USERPREF_PT_interface(bpy.types.Panel):
col = row.column()
col.label(text="View Manipulation:")
col.prop(view, "auto_depth")
col.prop(view, "global_pivot")
col.prop(view, "zoom_to_mouse")
col.prop(view, "rotate_around_selection")
col.prop(view, "global_pivot")
col.separator()