- leg_quadruped_generic missing imports
- move global pivot in the UI of userprefs since others are closer related
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user