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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-03 22:03:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-03 22:03:18 +0300
commita9518afc67d1350b2bdf369dd5be891956ddb5f1 (patch)
tree67d3ab1747062436cc7d7b555f02c47a8df7b7bd /source/creator
parent7e7f5628c3c5b8105122c06426d9d870c17fb771 (diff)
feature request from peach, remove selected objects from 1 group.
Also made rem_from_group return if it removed the object which save some looping. Added a node in the blender help message that background mode dosnt load the .B.blend file as a bug was reported recently because of this.
Diffstat (limited to 'source/creator')
-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 11065155f12..7c7e81b5b45 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -182,7 +182,7 @@ static void print_help(void)
printf (" ...may not render to /tmp because loading the blend file overwrites the output path that was set\n");
printf (" \"blender -b test.blend -o /tmp -f 1\" works as expected.\n");
printf ("\nRender options:\n");
- printf (" -b <file>\tRender <file> in background\n");
+ printf (" -b <file>\tRender <file> in background (doesn't load the user defaults .B.blend file)\n");
printf (" -a render frames from start to end (inclusive), only works when used after -b\n");
printf (" -S <name>\tSet scene <name>\n");
printf (" -f <frame>\tRender frame <frame> and save it\n");