diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-11-30 23:35:23 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:50:50 +0700 |
commit | 29b1ae1255573c5013787371bc9926ff15cd3c93 (patch) | |
tree | 8e21beb7a231ccfd5e422c8341f582d9414dc1d5 /graphics/Blender/README | |
parent | f92589c0d4deaa722970e1eaf5854d804e0549a2 (diff) |
graphics/Blender: Updated for version 2.81
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/Blender/README')
-rw-r--r-- | graphics/Blender/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/Blender/README b/graphics/Blender/README index d415695a6cde..0cc2e3dec56f 100644 --- a/graphics/Blender/README +++ b/graphics/Blender/README @@ -7,3 +7,8 @@ a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, particle and other simulation, scripting, rendering, compositing,post-production, and game creation. + +CUDA support is included if a CUDA installation is detected at build time. +It may be disable by passing CUDA=no when building e.g. + CUDA=no sh ./Blender.SlackBuild + |