Hi! I’m trying to build multiview but at the end of process I get branch “unknown” an no multiview features.
So here’s what I do:
In git client:
git clone git://git.blender.org/blender.git --single-branch -b multiview blender
cd blender
git submodule update --init --recursive
and download libs with:
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc12 lib/win64_vc12
Then with CMake choose source and build paths and hit configure everything goes red. I configure again and Generate.
after that I start VS2013 x64 Native Tools Command Prompt and do:
msbuild Blender.sln /property:Configuration=Relese
When it’s done I get few files in build\bin\Release among them are blender.exe and blender-app.exe so I copy them to my existing blender installation folder, start blender and it says build “unknown” and no multiview features.
So what am I doing wrong? =)