Native C Extensions for Blender Python with MSVC 2013

Michel Anders (varkenvarken) writes:

Creating a native C extension for use in a Blender Python addon on Windows 64bit platforms proved to be not as easy as I had thought. For those who might want to try it out for themselves with Visual Studio 2013, I documented my findings in some detail in this article:

A sample solution (.sln) is provided on GitHub as well.

Hope this saves some people some frustration :-)

Advertisement