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:
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index c9f0b2bca68..bbb1e41beb1 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -716,9 +716,10 @@ class SEQUENCER_PT_sound(SequencerButtonsPanel, Panel):
strip = act_strip(context)
sound = strip.sound
- layout.template_ID(strip, "sound", open="sound.open")
+ # TODO: add support to handle SOUND datablock in sequencer soundstrips... For now, hide this useless thing!
+ # layout.template_ID(strip, "sound", open="sound.open")
- layout.separator()
+ # layout.separator()
layout.prop(strip, "filepath", text="")
if sound is not None: