From adfbb83cdfc22e44f0226da7a9dd7afa7ebc6e4a Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 9 Feb 2011 00:52:53 +0000 Subject: [PATCH] Bugfix: When removing the "only insert for active keyingset" option for Auto-keying from the UserPrefs, I forgot to remove the option from the UI there. --- release/scripts/ui/space_userpref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py index c7dce5008f8..af3b5a5dc9d 100644 --- a/release/scripts/ui/space_userpref.py +++ b/release/scripts/ui/space_userpref.py @@ -303,7 +303,6 @@ class USERPREF_PT_edit(bpy.types.Panel): sub = col.column() # sub.active = edit.use_keyframe_insert_auto # incorrect, timeline can enable - sub.prop(edit, "use_keyframe_insert_keyingset", text="Only Insert for Keying Set") sub.prop(edit, "use_keyframe_insert_available", text="Only Insert Available") col.separator()