README 1.2 KB

123456789101112131415161718192021222324252627
  1. Blender is an integrated suite of free and open source tools enabling
  2. the creation of a broad range of 3D content with the singular
  3. benefits of cross-platform interoperability. It can be used to create
  4. 3D visualizations, stills as well as broadcast and cinema quality
  5. video. It features fully integrated creation suite, offering a broad
  6. range of essential tools for the creation of 3D content, including
  7. modeling, uv-mapping, texturing, particle and other simulation,
  8. scripting, rendering, compositing, post-production and game creation.
  9. CUDA support is included if cudatoolkit is installed.
  10. It may be disabled by passing CUDA=no when building:
  11. CUDA=no sh ./Blender.SlackBuild
  12. CUDA support hasn't been thorougly tested, and may break the build. If
  13. so, build with CUDA=no and report a bug to the maintainer of this
  14. script.
  15. Optional dependency: embree. If installed, Blender will be built with
  16. support for it. It may be disabled by passing EMBREE=no when building:
  17. EMBREE=no sh ./Blender.SlackBuild
  18. Note for 32-bit users: embree is 64-bit only, and can't be built on
  19. 32-bit Slackware.
  20. See also: graphics/blender (note, lowercase B), which repackages the
  21. official Blender x86_64 release binary.