Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-02-09 03:52:53 +0300
committerJoshua Leung <aligorith@gmail.com>2011-02-09 03:52:53 +0300
commitadfbb83cdfc22e44f0226da7a9dd7afa7ebc6e4a (patch)
treed007b2936ceaef8e0c0f4e00e76d4da4456f04ae /release
parentaff23c92cc48b2e4b36cc0e5c56c2aabc72d6335 (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_userpref.py1
1 files changed, 0 insertions, 1 deletions
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()