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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 16:30:47 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 16:30:47 +0400
commitc27472c04ef294a1de6ab9804c3b87f5635a8fcd (patch)
tree4f0cc29cf14e96ecc06b03a64297efc3438f63b7
parent7496a58cfb3e9c77645265af262543b357f9e361 (diff)
Synchronize changes with tomato branch
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 10361eeef0d..d0f0f3de276 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -181,16 +181,6 @@ class CLIP_PT_reconstruction_panel:
return clip and sc.mode == 'RECONSTRUCTION' and sc.view == 'CLIP'
-class CLIP_PT_distortion_panel:
-
- @classmethod
- def poll(cls, context):
- sc = context.space_data
- clip = sc.clip
-
- return clip and sc.mode == 'DISTORTION' and sc.view == 'CLIP'
-
-
class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, Panel):
bl_space_type = 'CLIP_EDITOR'
bl_region_type = 'TOOLS'