Package Details: blender-git 4.4.r144205.gfba10a82121-1

Git Clone URL: https://aur.archlinux.org/blender-git.git (read-only, click to copy)
Package Base: blender-git
Description: A fully integrated 3D graphics creation suite (development)
Upstream URL: https://blender.org/
Licenses: GPL
Conflicts: blender, blender-4.1-bin
Provides: blender
Submitter: stativ
Maintainer: fbrennan (bartus)
Last Packager: bartus
Votes: 76
Popularity: 0.000096
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-12-04 18:59 (UTC)

Required by (62)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 40 Next › Last »

stativ commented on 2018-08-11 19:23 (UTC)

I just disowned the package. I no longer have the time to play with blender, so I believe it's time to pass it to someone else.

nucularJohn commented on 2018-08-07 14:12 (UTC)

Python is 3.7 now. -DPYTHON_VERSION=3.7m

SpotlightKid commented on 2018-02-24 20:29 (UTC)

When I build this, the resulting package is missing the *.oso files under /usr/share/blender/2.79/scripts/addons/cycles/shader/ that the non-git package has.

I tried replacing the build function with the one from the non-git package, which uses the cmake file under build_files/cmake/config/blender_release.cmake, but then I get random compiler failures when building.

Anybody and idea how to fix this?

berilac commented on 2018-01-27 08:54 (UTC)

Appear to have solved the issue. Should anyone run into it themselves:

Edit the PKGBUILD in the build() section, in the cmake command add the following, or a variant of

-DCYCLES_CUDA_BINARIES_ARCH:STRING="sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61"

I had to remove sm_20 and 21 before it would compile for me.

berilac commented on 2018-01-19 08:14 (UTC)

I believe I ran into something similar to the following error before. I can't remember how I eventually got around it...

[ 17%] Generating kernel_sm_20.cubin nvcc fatal : Value 'sm_20' is not defined for option 'gpu-architecture' make[2]: [intern/cycles/kernel/CMakeFiles/cycles_kernel_cuda.dir/build.make:255: intern/cycles/kernel/kernel_sm_20.cubin] Error 1 make[1]: [CMakeFiles/Makefile2:1465: intern/cycles/kernel/CMakeFiles/cycles_kernel_cuda.dir/all] Error 2

Any ideas? googling thus far has not been very much use. Perhaps it involves a CMAKE flag for makepkg, but I am uncertain...

Cusith commented on 2017-11-13 15:42 (UTC)

Somewhat tangential to this package as it doesn't enable it but... If you want openvdb with blender-git you need either to revert https://developer.blender.org/rB0d4e519b748c and use the lines from the blender package in community export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE" export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE" Or Recompile openvdb. The commits comments say you need openvdb with the below compile option -DOPENVDB_ENABLE_3_ABI_COMPATIBLE=OFF I did the recompile option which appears to work, haven't tested the revert option the above is just a guess at what is needed. Hopefully of use to someone.

nucularJohn commented on 2017-08-18 14:14 (UTC) (edited on 2017-08-18 14:15 (UTC) by nucularJohn)

@habys if you want JACK and SDL add: -DWITH_JACK=ON \ -DWITH_SDL=ON \ into 'cmake' in PKGBBUILD.

habys commented on 2017-07-02 22:25 (UTC)

Sorry, I meant SDL, rather than ALSA

habys commented on 2017-07-02 22:20 (UTC)

Anyone only getting OpenAL for audio? Ideally there would also be JACK and ALSA

v1n33t commented on 2017-02-01 12:44 (UTC)

PKBUILD needs updating change -DPYTHON_VERSION=3.5m \ to -DPYTHON_VERSION=3.6m \