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
path: root/source
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2019-03-01 02:10:19 +0300
committerRichard Antalik <richardantalik@gmail.com>2019-03-01 02:10:19 +0300
commit41d1582f1df790ba36a33992eac04f60301f36c7 (patch)
tree71c33011605a89e505eade78edfec0537fff6d2a /source
parent680c7209ecf7315a9818923daf62ae9b1cd4c26b (diff)
Cleanup and refactor sequencer proxy properties panel
Split SEQUENCER_PT_proxy to: SEQUENCER_PT_proxy_settings - global settings and operators SEQUENCER_PT_strip_proxy - proxy settings per strip Author: Guillaume M (mathers) Reviewed by: ISS, campbellbarton Differential Revision: https://developer.blender.org/D4262
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 162171cf3a2..3c6e2abee12 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -3579,7 +3579,7 @@ void SEQUENCER_OT_enable_proxies(wmOperatorType *ot)
/* identifiers */
ot->name = "Set Selected Strip Proxies";
ot->idname = "SEQUENCER_OT_enable_proxies";
- ot->description = "Enable selected proxies on all selected Movie strips";
+ ot->description = "Enable selected proxies on all selected Movie, Image and Meta strips";
/* api callbacks */
ot->invoke = sequencer_enable_proxies_invoke;