[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/yafray/intern export_File.cpp

lguillaume lecocqguillaume at gmail.com
Sun Jun 4 16:04:25 CEST 2006


Ok, I try Yafray with and without XML, the only think is when button XML is
unchecked, the render windows does not refresh for the last tile when render
finish.

2006/6/4, lguillaume <lecocqguillaume at gmail.com>:
>
> Hello, with msvc free toolkit 2003+scons I can compile this file at line
> 160:
>
> source\blender\yafray\intern\export_File.cpp(160) : error C2664:
> 'createDir' : cannot convert parameter 1 from 'const char *' to 'char *'
> I change line 160:
> if (createDir(xmlpath.c_str())==0) dir_failed=true; else dir_failed=false;
> by
> if (createDir(const_cast<char*>(xmlpath.c_str()))==0) dir_failed=true;
> else dir_failed=false;
>
> Compilation seems to be OK, when finished I will post to say if yafray
> works.
>
> 2006/6/4, Alfredo de Greef <eeshlo at yahoo.com>:
>
> > eeshlo (Alfredo de Greef) 2006/06/04 04:54:59 CEST
> >
> >   Modified files:
> >     blender/source/blender/yafray/intern export_File.cpp
> >
> >   Log:
> >   bugfix #3679 YFexport relative path on linux
> >
> >   Revision  Changes    Path
> >   1.56      +25
> > -27    blender/source/blender/yafray/intern/export_File.cpp
> >     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_File.cpp.diff?r1=1.55&r2=1.56&cvsroot=bf-blender
> > >
> > _______________________________________________
> > Bf-blender-cvs mailing list
> > Bf-blender-cvs at projects.blender.org
> > http://projects.blender.org/mailman/listinfo/bf-blender-cvs
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20060604/27d655db/attachment.htm


More information about the Bf-committers mailing list