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.
This commit is contained in:
Joshua Leung
2011-02-09 00:52:53 +00:00
parent aff23c92cc
commit adfbb83cdf

View File

@@ -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()