[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26644] trunk/blender/source/creator/ creator.c: Wrong text for missing format with -F

Martin Poirier theeth at yahoo.com
Sat Feb 6 17:38:53 CET 2010


Revision: 26644
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26644
Author:   theeth
Date:     2010-02-06 17:38:53 +0100 (Sat, 06 Feb 2010)

Log Message:
-----------
Wrong text for missing format with -F

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2010-02-06 15:50:53 UTC (rev 26643)
+++ trunk/blender/source/creator/creator.c	2010-02-06 16:38:53 UTC (rev 26644)
@@ -554,11 +554,10 @@
 			else if (!strcmp(imtype,"JP2")) scene->r.imtype = R_JP2;
 #endif
 			else printf("\nError: Format from '-F' not known or not compiled in this release.\n");
-
 		}
 		return 1;
 	} else {
-		printf("\nError: no blend loaded. cannot use '-x'.\n");
+		printf("\nError: you must specify a format after '-F '.\n");
 		return 0;
 	}
 }





More information about the Bf-blender-cvs mailing list