diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-09-04 14:15:40 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:24 +0700 |
commit | d4b4817e3fecde29c2752dff77f89eadb8be5d06 (patch) | |
tree | 4097efe47cdc16e83c163c93111f216b6197d0e8 /graphics/Blender/README | |
parent | 4852ec734d701bb69cd46c240b398234c6ab150b (diff) |
graphics/Blender: Updated for version 3.3.10
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender/README')
-rw-r--r-- | graphics/Blender/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/Blender/README b/graphics/Blender/README index e58e052d19885..64c01e2665ffc 100644 --- a/graphics/Blender/README +++ b/graphics/Blender/README @@ -22,9 +22,14 @@ support for it. It may be disabled by passing EMBREE=no when building: Note for 32-bit users: embree is 64-bit only, and can't be built on 32-bit Slackware. +To enable support for OptiX Ray Tracing Engine, the OptiX SDK must be +available in the build environment. Use the OPTIX_ROOT_DIR environment +variable to identify the SDK location e.g. + OPTIX_ROOT_DIR=/home/chris/NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64 sh ./Blender.SlackBuild + This SlackBuild builds Blender from source code. For Slackware 15.0, due to its Python 3 version of 3.9.17, the Blender version to be built -is restricted to version 3.3.5. +is restricted to version 3.3.10. See also: graphics/blender (note, lowercase B), which repackages the official Blender x86_64 release binary. |