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-16 20:23:20 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 20:23:20 +0300
commit63a368ceaa747271d417c98c607a61374e3cfb68 (patch)
tree7c768870f700c4c963de7fad314721fb6bf8b563 /source/creator/creator.c
parent9a986d194c85187fcbcbe84d2355763012661992 (diff)
- menu for selecting add scenes for the sequencer.
- update internal 'btempdir' from userprefs on changing and initializing the temp dir. - add sequence strip operators nolonger require the sequence view to be active (better for automation). (commit 27434 by Campbell from render25 branch)
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 3eb2cad1f65..a3a43a4629d 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1000,7 +1000,7 @@ int main(int argc, char **argv)
WM_init(C, argc, argv);
- // XXX BRECHT SOLVE
+ /* this is properly initialized with user defs, but this is default */
BLI_where_is_temp( btempdir, 1 ); /* call after loading the .B.blend so we can read U.tempdir */
#ifndef DISABLE_SDL