[Bf-committers] [Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_mesh.h blender/source/blender/blenkernel/intern DerivedMesh.c displist.c effect.c exotic.c mesh.c modifier.c softbody.c subsurf_ccg.c blender/source/blender/blenloader/intern readfile.c blender/source/blender/include butspace.h ...

Lguillaume lecocqguillaume at gmail.com
Sun Aug 21 10:24:28 CEST 2005


Hello I try to compile with MSVC free toolkit 2003 and I have a problem 
to compile the game engine.
The error message is : 
source\gameengine\Converter\BL_BlenderDataConversion.cpp(461) : error 
C2039: 'ed
code' : is not a member of 'MFace'

I know you don't work on the game engine but you work on MFace.
I look to your commit and I found you remove edcode but in 
BL_BlenderDataConversion.cpp(461), the line is:
poly->SetVisibleWireframeEdges(mface->edcode);
I don't know what I can do for compile this line.




More information about the Bf-committers mailing list