missed this in recent commit.

This commit is contained in:
Campbell Barton 2010-09-24 03:42:19 +00:00
parent 5c99f3886e
commit f866de1c9f

@ -146,10 +146,7 @@ class SCENE_PT_keying_set_paths(SceneButtonsPanel, bpy.types.Panel):
if ksp.group_method == 'NAMED':
col.prop(ksp, "group")
col.label(text="Keyframing Settings:")
col.prop(ksp, "use_insertkey_needed", text="Needed")
col.prop(ksp, "use_insertkey_visual", text="Visual")
col.prop(ksp, "use_insertkey_xyz_to_rgb", text="XYZ to RGB")
col.prop(ksp, "bl_options")
class SCENE_PT_physics(SceneButtonsPanel, bpy.types.Panel):