Package Details: blender-git 4.4.r142069.g320cf68e4b8-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.000426
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-10-09 12:26 (UTC)

Required by (63)

Sources (9)

Latest Comments

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

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 \

stativ commented on 2016-08-22 20:10 (UTC)

Good catch!

sandstorm commented on 2016-08-20 06:07 (UTC)

Although the package name is blender-git, the name set by blender.desktop is blender-svn. Can you change this?

stativ commented on 2016-07-28 19:47 (UTC)

Thanks guys! It should compile now.

bartus commented on 2016-07-23 20:51 (UTC)

Latest blender build requires OSL 1.73. Arch provides OSL 1.72 witch breaks build while linking final binary.

nucularJohn commented on 2016-07-17 17:32 (UTC)

New build requires 'blender-dev-tools.git'. --- https://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/3ba83e247a80d8c8c8fe5fb4f1d32b5c2694b53c > Add developer tools submodule > > This is intended for utilities to help with development, which aren't needed for building.