e0ad6f1fd89245e5eaaceaac014e1f89a71b8f6f
MakesRNA uses WITH_VULKAN_BACKEND, but it wasn't included in the CMakeLists.txt. Also added WITH_METAL_BACKEND. Metal is currently included as a global compilation directive. We might want to sanitize that according in a different patch. This PR makes sure that Vulkan backend can be selected via the PythonAPI. Note that the changes to user preference UI isn't added to this patch as the Vulkan backend isn't usable to end users. `bpy.context.preferences.system.gpu_backend = 'VULKAN' should now be possible. After saving the user preference and restarting Blender it should initialize the Vulkan backend. Pull Request: https://projects.blender.org/blender/blender/pulls/108414
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
