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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-18 00:38:53 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-18 00:38:53 +0300
commit634b750cbbeab549c0b083a382e694c9412ea491 (patch)
treeb03b02b126725ffccc80b85049e0179e89a47e43 /release/scripts
parent29a83cbfa71ae2a5935528c280115131b7205d37 (diff)
Sound bugfixes:
* sound file path was not displayed in sequencer panel. * sound strip with relative paths would stop working after undo. (commit 27575 by Brecht from render25 branch)
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py
index 6398344e2f7..9d7ac872c75 100644
--- a/release/scripts/ui/space_sequencer.py
+++ b/release/scripts/ui/space_sequencer.py
@@ -609,7 +609,7 @@ class SEQUENCER_PT_sound(SequencerButtonsPanel):
layout.template_ID(strip, "sound", open="sound.open")
layout.separator()
- layout.prop(strip.sound, "filepath", text="")
+ layout.prop(strip, "filepath", text="")
row = layout.row()
if strip.sound.packed_file: