There are several places in the code that do not compile with MSVC because it does not allow you do declare variables after the beginning of a block.
For example there are many places where EditMesh* is declared. I'll commit the code that doesn't compile for me, then after that I'll commit a version that works with MSVC. On Mon, May 31, 2010 at 4:04 PM, Raul Fernandez Hernandez < [email protected]> wrote: > > and here's the patch > > http://www.pasteall.org/13481 > > Cheers Raul > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
