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

Alfredo de Greef eeshlo at yahoo.com
Sun Jun 4 19:26:46 CEST 2006


Ok, I missed that because I use linux, so that windows
part is not compiled. I'll fix that.

As for the missing last tile, I get that too, but was
assuming that it might be part of opengl problems I'm
having, basically somewhat similar issues to what ATI
video card users seem to endure often, parts of panels
overlap, flickering screens, etc... But I have a
nvidia 6600, so... probably need to update the driver
I guess...

Alfredo

--- lguillaume <lecocqguillaume at gmail.com> wrote:

> 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
> > >
> >
> >
> > _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
>
http://projects.blender.org/mailman/listinfo/bf-committers
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Bf-committers mailing list