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:
authorPeter Schlaile <peter@schlaile.de>2007-02-20 00:35:32 +0300
committerPeter Schlaile <peter@schlaile.de>2007-02-20 00:35:32 +0300
commit316df82cb421811a28c09d332b0ea8327a2db6b9 (patch)
treeb0c18ad5858ad0d59d5a9f08fe499a17961ace74 /source/blender/src/drawseq.c
parent25f7d6693ff48a4859a0ec770b110667f78c230e (diff)
== Sequencer ==
Bugfix: fixed missing plugin init on file load with open 'N'-key dialog reported by paprmh.
Diffstat (limited to 'source/blender/src/drawseq.c')
-rw-r--r--source/blender/src/drawseq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/drawseq.c b/source/blender/src/drawseq.c
index b65e21a6f82..821cbbc4d45 100644
--- a/source/blender/src/drawseq.c
+++ b/source/blender/src/drawseq.c
@@ -1060,6 +1060,8 @@ static void seq_panel_properties(short cntrl) // SEQ_HANDLER_PROPERTIES
VarStruct *varstr;
int a, xco, yco;
+ get_sequence_effect(last_seq);/* make sure, plugin is loaded */
+
uiDefBut(block, LABEL, 0, "Type: Plugin", 10,50,70,20, 0, 0, 0, 0, 0, "");
pis= last_seq->plugin;