[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29017] trunk/blender/source/creator/ creator.c: Update description after 29013, which added windows support for this.

Nathan Letwory jesterking at letwory.net
Thu May 27 09:45:57 CEST 2010


Revision: 29017
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29017
Author:   jesterking
Date:     2010-05-27 09:45:57 +0200 (Thu, 27 May 2010)

Log Message:
-----------
Update description after 29013, which added windows support for this.

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

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2010-05-27 07:37:09 UTC (rev 29016)
+++ trunk/blender/source/creator/creator.c	2010-05-27 07:45:57 UTC (rev 29017)
@@ -932,7 +932,7 @@
 	BLI_argsAdd(ba, 1, "-a", NULL, playback_doc, playback_mode, NULL);
 
 	BLI_argsAdd(ba, 1, "-d", "--debug", debug_doc, debug_mode, ba);
-    BLI_argsAdd(ba, 1, NULL, "--debug-fpe", "\n\tEnable floating point exceptions (currently linux and osx intel only)", set_fpe, NULL);
+    BLI_argsAdd(ba, 1, NULL, "--debug-fpe", "\n\tEnable floating point exceptions", set_fpe, NULL);
 
 	/* second pass: custom window stuff */
 	BLI_argsAdd(ba, 2, "-p", "--window-geometry", "<sx> <sy> <w> <h>\n\tOpen with lower left corner at <sx>, <sy> and width and height as <w>, <h>", prefsize, NULL);





More information about the Bf-blender-cvs mailing list