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:
authorJoshua Leung <aligorith@gmail.com>2009-11-11 12:59:51 +0300
committerJoshua Leung <aligorith@gmail.com>2009-11-11 12:59:51 +0300
commit6dcb4ac7a4e50247022eb17794b47b38e34dcd82 (patch)
tree4f097e3663bfb9e7c2099d119c2f46708e351cf0 /source/blender/editors/space_sequencer
parent5c69f19904a4e8aba4b6f89cb90fe41bc303c0ff (diff)
* Fixing various compiler warnings under scons+mingw. Mostly unused variables and functions.
* Added missing lib-linking code for Grease Pencil in nodetrees * Uncommented some code for curve shapekeys
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index a44b59d1377..041ccd6641a 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -2717,4 +2717,5 @@ void SEQUENCER_OT_rendersize(wmOperatorType *ot)
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
/* properties */
-} \ No newline at end of file
+}
+