Open Issues Need Help
View All on GitHub how make btoa_display_driver.dll 3 months ago
AI Summary: The user is attempting to build a Blender Arnold add-on DLL (btoa_display_driver.dll) using Visual Studio build tools. The build process is failing due to unresolved external symbols, indicating missing library links or incorrect configuration. The issue stems from linking against an incompatible (x64) Arnold library while compiling for x86. The task requires resolving these linking errors by ensuring the correct Arnold SDK libraries (matching the target architecture) are included in the build process and correctly linked.
Complexity:
4/5
help wanted