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: 77
Popularity: 0.58
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-12-04 18:59 (UTC)

Required by (64)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 40 Next › Last »

sausix commented on 2020-06-25 00:28 (UTC)

Embree is now enabled by default since June 22.

https://developer.blender.org/rB99436acde8fbb7381f095922bb61455b0c8fb9a9

embree3/rtcore.h now missing. Referenced in src/blender/intern/cycles/kernel/kernel_types.h:21:12

Package embree solved some missing files but threw compile errors later. Package embree2 did not help.

./../lib/libcycles_kernel.a(kernel.cpp.o):kernel.cpp:function ccl::kernel_volume_stack_update_for_subsurface(ccl::KernelGlobals*, ccl::ShaderData*, ccl::Ray*, ccl::VolumeStack*) [clone .constprop.0]: error: undefined reference to 'rtcOccluded1'

Following errors ommitted.

LinuxUserGD commented on 2020-05-01 18:50 (UTC)

openjpeg needs to be openjpeg2

sausix commented on 2020-03-12 15:38 (UTC)

@bartus: Thank you. I've asked here because that does not affect Blender's buildbot running CeontOS.

bartus commented on 2020-03-12 15:26 (UTC)

@sausix: simple bug, already poke the dev about it.

sausix commented on 2020-03-12 04:07 (UTC) (edited on 2020-03-12 04:08 (UTC) by sausix)

Doesn't build since some hours because of changes in blender source. Affects a few new data type conversions. https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff/6cf4861c3ac09fd65a765e8f8e3584713cc5303b

Compile output (first error only):

/home/as/.cache/yay/blender-git/src/blender/intern/cycles/render/image.cpp:153:34: error: could not convert 'ccl::ImageLoader::osl_filepath()' from
'OpenImageIO_v2_2::ustring' to 'bool'
  153 |     if (img->loader->osl_filepath()) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~^~
      |                                  |
      |                                  OpenImageIO_v2_2::ustring

Installation of newer OpenImageIO didn't help. Blender's BuildBot does compile. Affects two of my systems.

berilac commented on 2020-03-09 19:59 (UTC)

@bartus: thank you for all the help. will definitely test those optimisations

kureta commented on 2019-12-04 14:39 (UTC)

@bartus thanks for the heads up!

bartus commented on 2019-12-04 07:06 (UTC)

@kureta, oidn is now available in [community]/openimagedenoise repository, you should switch to it to resolve conflict with [community]/blender.

bartus commented on 2019-11-03 12:59 (UTC) (edited on 2019-11-03 13:01 (UTC) by bartus)

@berilac: You can turn one more optimization in makepkg.con by changing -mtune=xx and -march=xx to native in C/CXXFLAGS.

For me it's a speed up in bvh_build of ~10%.

To check how much time blender spend in bvh generation run blender in background mode $ blender bmw27_gpu.blend -b -f 0 -o /tmp.

berilac commented on 2019-11-03 09:09 (UTC) (edited on 2019-11-03 09:24 (UTC) by berilac)

@bratus: For me, I still get slower results from 2.8 - though they are markedly improved compared to the difference with default cube; at least they are no worse.

BMW demo:

  • blender-2.79b
    • 256x256 -> 6:45.70
    • 512x512 -> 6:39.85
    • 756x756 -> 6:46.39
  • blender-2.82
    • 256x256 -> 6:53.79
    • 512x512 -> 6:41.97
    • 756x756 -> 6:50.70