Revision: 34726
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34726
Author:   aligorith
Date:     2011-02-09 00:52:53 +0000 (Wed, 09 Feb 2011)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_userpref.py

Modified: trunk/blender/release/scripts/ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/ui/space_userpref.py  2011-02-09 00:51:30 UTC 
(rev 34725)
+++ trunk/blender/release/scripts/ui/space_userpref.py  2011-02-09 00:52:53 UTC 
(rev 34726)
@@ -303,7 +303,6 @@
         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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to