Bugfix for the new script register functions, scene tab didn't show Panels due to missing classes.

This commit is contained in:
Thomas Dinges 2010-02-15 01:22:34 +00:00
parent 677386e53a
commit fece4fd610

@ -331,6 +331,15 @@ class ANIM_OT_keying_set_export(bpy.types.Operator):
classes = [
SCENE_PT_scene,
SCENE_PT_unit,
SCENE_PT_keying_sets,
SCENE_PT_keying_set_paths,
SCENE_PT_physics,
SCENE_PT_simplify,
SCENE_PT_custom_props,
ANIM_OT_keying_set_export]