Index: intern/export_Plugin.cpp
===================================================================
--- intern/export_Plugin.cpp (revision 201)
+++ intern/export_Plugin.cpp (working copy)
@@ -269,7 +269,7 @@
// if relative, expand to full path
char cpath[MAXPATHLEN];
strcpy(cpath, path.c_str());
- BLI_convertstringcode(cpath, G.sce, 0);
+ BLI_convertstringcode(cpath, G.sce);
path = cpath;
#ifdef WIN32
// add drive char if not there
Index: intern/export_File.cpp
===================================================================
--- intern/export_File.cpp (revision 201)
+++ intern/export_File.cpp (working copy)
@@ -124,7 +124,7 @@
// if relative, expand to full path
char cpath[MAXPATHLEN];
strcpy(cpath, path.c_str());
- BLI_convertstringcode(cpath, G.sce, 0);
+ BLI_convertstringcode(cpath, G.sce);
path = cpath;
#ifdef WIN32
// add drive char if not there
Index: intern/export_yafaray.cpp
===================================================================
--- intern/export_yafaray.cpp (revision 201)
+++ intern/export_yafaray.cpp (working copy)
@@ -167,7 +167,7 @@
// if relative, expand to full path
char cpath[MAXPATHLEN];
strcpy(cpath, path.c_str());
- BLI_convertstringcode(cpath, G.sce, 0);
+ BLI_convertstringcode(cpath, G.sce);
path = cpath;
#ifdef WIN32
// add drive char if not there
afecelis wrote:wow! great Xray! But could you, or someone who has already downloaded it, mirror it somewhere else? I always have problems with megaupload. It always takes me to a "download the megaupload toolbar" site, but not to the the file linked
regards, and many thanks
Alvaro

afecelis wrote:wow! great Xray! But could you, or someone who has already downloaded it, mirror it somewhere else? I always have problems with megaupload. It always takes me to a "download the megaupload toolbar" site, but not to the the file linked
regards, and many thanks
Alvaro
All download slots assigned to your country (Colombia) are currently in use.
Users browsing this forum: MarcoA and 2 guests