[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52049] trunk/blender/intern/cycles/app/ cycles_test.cpp: Cycles Test App:

Thomas Dinges blender at dingto.org
Fri Nov 9 22:44:34 CET 2012


Revision: 52049
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52049
Author:   dingto
Date:     2012-11-09 21:44:31 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
Cycles Test App:
* Remove outdated hard coded path from path_init(). 

Modified Paths:
--------------
    trunk/blender/intern/cycles/app/cycles_test.cpp

Modified: trunk/blender/intern/cycles/app/cycles_test.cpp
===================================================================
--- trunk/blender/intern/cycles/app/cycles_test.cpp	2012-11-09 21:27:05 UTC (rev 52048)
+++ trunk/blender/intern/cycles/app/cycles_test.cpp	2012-11-09 21:44:31 UTC (rev 52049)
@@ -326,7 +326,7 @@
 
 int main(int argc, const char **argv)
 {
-	path_init("../build/bin/2.59/scripts/addons/cycles/");
+	path_init();
 
 	options_parse(argc, argv);
 




More information about the Bf-blender-cvs mailing list