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:
authorThomas Dinges <blender@dingto.org>2013-03-29 02:09:55 +0400
committerThomas Dinges <blender@dingto.org>2013-03-29 02:09:55 +0400
commit63290beee19132f93094b90cfb6dd5d210756451 (patch)
tree5899d60bff59d3acd353dfe0ace33ab59b460cfe /release
parent93deb27dd4b4e12f118cd74ca5c70a485c19e81b (diff)
Code cleanup / Sequencer:
* Remove "use_frame_blend" from RNA and UI file, not used anywhere in the code, also mark SEQ_SPEED_BLEND as deprecated.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index ae9e0f72009..90ade0c8ccb 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -514,9 +514,6 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
layout.prop(strip, "speed_factor", text="Frame number")
layout.prop(strip, "scale_to_length")
- #doesn't work currently
- #layout.prop(strip, "use_frame_blend")
-
elif strip.type == 'TRANSFORM':
layout = self.layout
col = layout.column()