From 58f31f8a5d52ec8d043ae92a249804216f626fda Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 14 Dec 2010 10:17:13 +0000 Subject: Change set handle types back to menu now menus have key access - V+A, V+V, V+L, V+F for Graph & Edit Curve view. Editcurve can be Hkey for hide again. --- release/scripts/ui/space_info.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'release') diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py index 1aebe51e0d2..8d440c0a02d 100644 --- a/release/scripts/ui/space_info.py +++ b/release/scripts/ui/space_info.py @@ -250,18 +250,6 @@ class INFO_MT_surface_add(bpy.types.Menu): layout.operator("surface.primitive_nurbs_surface_sphere_add", icon='SURFACE_NSPHERE', text="NURBS Sphere") layout.operator("surface.primitive_nurbs_surface_torus_add", icon='SURFACE_NTORUS', text="NURBS Torus") -class INFO_MT_curve_handle_type_set(bpy.types.Menu): - bl_idname = "INFO_MT_curve_handle_type_set" - bl_label = "Handle Type" - - def draw(self, context): - layout = self.layout - layout.operator_context = 'INVOKE_REGION_WIN' - layout.operator("curve.handle_type_set", text="Automatic").type = "AUTOMATIC" - layout.operator("curve.handle_type_set", text="Vector").type = "VECTOR" - layout.operator("curve.handle_type_set", text="Align").type = "ALIGN" - layout.operator("curve.handle_type_set", text="Free Align").type = "FREE_ALIGN" - class INFO_MT_armature_add(bpy.types.Menu): bl_idname = "INFO_MT_armature_add" -- cgit v1.2.3