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;
        }
 }


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to