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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-26 12:36:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-26 12:36:50 +0300
commit944a4f2a3ff300e30c79e7f87a22d0960fc44f95 (patch)
tree7db58cdf5f4a83066a6c7e087c0bd59fd03dbb57 /release/scripts/ui/space_time.py
parentffe13aeb232ac6bad3a98997b4a352f434293193 (diff)
pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8
Diffstat (limited to 'release/scripts/ui/space_time.py')
-rw-r--r--release/scripts/ui/space_time.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_time.py b/release/scripts/ui/space_time.py
index e328fa9e31b..a991c9de75f 100644
--- a/release/scripts/ui/space_time.py
+++ b/release/scripts/ui/space_time.py
@@ -102,6 +102,7 @@ class TIME_MT_view(bpy.types.Menu):
layout.operator("marker.camera_bind")
+
class TIME_MT_frame(bpy.types.Menu):
bl_label = "Frame"