diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:33 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:33 -0400 |
commit | 5c7f023df6c5b01aa810f0737fa3a5891c0d92cf (patch) | |
tree | e42a05a6c41a020387058ac754289a362aae5f66 /graphics/Blender | |
parent | c260e076ce25741e8841553cb70c966301002df7 (diff) |
graphics/Blender: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/Blender')
-rw-r--r-- | graphics/Blender/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/graphics/Blender/README b/graphics/Blender/README index aa1613683cbe..d4af55d7523d 100644 --- a/graphics/Blender/README +++ b/graphics/Blender/README @@ -1,15 +1,14 @@ Blender is an integrated suite of free and open source tools enabling the creation of a broad range of 3D content with the singular -benefits of cross-platform interoperability. It can be used to -create 3D visualizations, stills as well as broadcast and cinema -quality video. It features fully integrated creation suite, offering -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. +benefits of cross-platform interoperability. It can be used to create +3D visualizations, stills as well as broadcast and cinema quality +video. It features fully integrated creation suite, offering 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 support is included if a CUDA installation is detected at build +time. It may be disabled by passing CUDA=no when building: CUDA=no sh ./Blender.SlackBuild Since Blender-2.83.0, SBo's cudatoolkit-8.0.61 is insufficient for a @@ -18,9 +17,9 @@ successful build. The CUDA handling above remains for cases which may: - require the existing cudatoolkit for other purposes (so need CUDA=no for Blender) -Support for embree may be disabled by passing EMBREE=no when building e.g. +Support for embree may be disabled by passing EMBREE=no when building: EMBREE=no sh ./Blender.SlackBuild -Version 2.83.8 is the last SBo supported version of Blender for building -from source code in Slackware64-14.2. A more recent compiler (gcc-9.3.1) -is required for 2.90.x and later blender versions. +Version 2.83.8 is the last SBo supported version of Blender for +building from source code in Slackware64-14.2. A more recent compiler +(gcc-9.3.1) is required for 2.90.x and later blender versions. |