Package Details: blender-2.93-git 2.93.r105893.gd52a0fa1159-1

Git Clone URL: https://aur.archlinux.org/blender-2.93-git.git (read-only, click to copy)
Package Base: blender-2.93-git
Description: Maintenance version of Blender v2.93 branch
Upstream URL: https://blender.org/
Licenses: GPL
Conflicts: blender
Provides: blender
Submitter: bartus
Maintainer: bartus
Last Packager: bartus
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-02 10:11 (UTC)
Last Updated: 2024-03-20 13:39 (UTC)

Required by (67)

Sources (9)

Pinned Comments

bartus commented on 2022-03-14 10:30 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

Latest Comments

mirh commented on 2026-04-20 18:05 (UTC) (edited on 2026-04-20 21:01 (UTC) by mirh)

This should get the submodules to work.

  # update the submodules
  cd blender
  git submodule init
  git config submodule.release/datafiles/locale.url "$srcdir"/blender-translations
  git config submodule.release/scripts/addons.url "$srcdir"/blender-addons
  git config submodule.release/scripts/addons_contrib.url "$srcdir"/blender-addons-contrib
  git config submodule.source/tools.url "$srcdir"/blender-dev-tools
  git -c protocol.file.allow=always submodule update

Then DISABLE_OPTIX=1 DISABLE_CUDA=1 DISABLE_USD=1 are good to pass to makepkg, but you also need these inside the build file to avoid breakages: -DWITH_CYCLES=OFF -DWITH_AUDASPACE=OFF -DWITH_OPENIMAGEIO=OFF -DWITH_OPENCOLORIO=OFF -DWITH_CODEC_FFMPEG=OFF -DWITH_IMAGE_TIFF=OFF -DWITH_OPENCOLLADA=OFF -DWITH_BOOST=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5 (alternatively you can switch target from the blender_release to blender_lite cmake script). And last but not least don't forget about using some older python version (I used 3.9).

bartus commented on 2022-03-14 10:30 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post