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-12-23 20:27:06 +0300
committerPeter Schlaile <peter@schlaile.de>2007-12-23 20:27:06 +0300
commit690d7a85bd7862ce01111335913bc22391049470 (patch)
tree41fdcca83425f385bb99222846d6040b2b65dd00 /source/creator
parent74ebc7754729add77fa2b7dc9e74798a407bffed (diff)
== Playback (peach request) ==
Correct playback frames per second when "Play" is pressed. (Play spawns a new instance of blender, it could pass an argument that sets the frames per second) (double credit :)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 1feaf075e1c..6a780553607 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -194,6 +194,7 @@ static void print_help(void)
printf (" -a <file(s)>\tPlayback <file(s)>\n");
printf (" -p <sx> <sy>\tOpen with lower left corner at <sx>, <sy>\n");
printf (" -m\t\tRead from disk (Don't buffer)\n");
+ printf (" -f <fps> <fps-base>\t\tSpecify FPS to start with\n");
printf ("\nWindow options:\n");
printf (" -w\t\tForce opening with borders (default)\n");