I built by running make full nobuild in blender folder.I opened the visual studios project set blender to Set As StartUp Project, set blender to debug,selected the sculpt-mode-features branch of blender using the git addon for visual studiosm, and then attempted to build INSTALL section.
Youâd want to check the output pane for the exact build errors, However the sculpt branch is known to require a bunch of extra libraries that we do not ship in svn at this point in time, so that is most likely the cause of the errors.
@LazyDodo Take this opportunity to tell you that the compilation with clang for Windows fails again. I have not reported it before because, as you are fixing errors, I did not want to bother with so little time to release the official version. All the errors have to do with the BLI_Assert.h
Thank you
Technically i could, but given heâs doing good work and is using patreon to support that, I donât feel like undercutting him by supplying free builds is in the best interest of this branch.
I talked to pablo and he doesnât mind me doing builds, Iâll add this branch to my nightly builds in the next few days. However if he ever changes his mind iâll remove it in a heartbeat.
Hi, I just build it with VS 2017, I had to remove QEX from the CMakeList and another issue was building the âbf_intern_openvdbâ project, had to add /bigobj to the additional command line options.
The config is Debug x64, but it seems to build 32 bit Blender - at least it tells so:-)
âblender.exeâ (Win32)
Then I started, build Debug 64 and i crashes before it reaches the main function, these are the last lines I see:
âblender.exeâ (Win32): Loaded âC:\Users\MP\AppData\Local\Programs\Python\Python37-32\python37.dllâ. Cannot find or open the PDB file.
âblender.exeâ (Win32): Unloaded âC:\Users\MP\AppData\Local\Programs\Python\Python37-32\python37.dllâ
The thread 0x423c has exited with code -1073741701 (0xc000007b).
The thread 0x978 has exited with code -1073741701 (0xc000007b).
The program â[2772] blender.exeâ has exited with code -1073741701 (0xc000007b).