Blender Git Commit Log

All Blender Git commits.

Page: 80 / 8462

November 18, 2021, 12:24 (GMT)
Fix T93045: Cycles HIP not rendering OpenVDB volumes

Build HIP kernels with NanoVDB, and patch NanoVDB to work with HIP.

This is a header only library so no rebuild is needed. The changes are being
submitted upstream to openvdb, so this patch should be temporary.

Thanks Thomas for help testing this.
November 18, 2021, 10:53 (GMT)
Merge branch 'blender-v3.0-release'
November 18, 2021, 10:47 (GMT)
Fix asset preview not showing up for current file data-blocks

For data-blocks from the current file, the image-buffer for dragging
wasn't set at all. This wasn't intentional, dragging things in the Asset
Browser should just always show the preview.
November 18, 2021, 08:41 (GMT)
Merge branch 'blender-v3.0-release' to pick up D13262.
November 18, 2021, 08:31 (GMT)
Fix T93102: Principled hair shader stack was built incorrectly

stack_assign_if was used in the middle of creating the shader value blocks.
Which caused stack variables to be inserted in the middle of the shader value data.
This resulted in the shader node data no being in sequential order. This was also
the case for the wave texture wave node.

Reviewed By: brecht

Maniphest Tasks: T93102

Differential Revision: https://developer.blender.org/D13262
November 18, 2021, 07:18 (GMT)
Refactored extra info drawing
uint64_t -> chrono::duration
November 18, 2021, 04:54 (GMT)
Merge branch 'temp-geometry-nodes-timings' of git.blender.org:blender into temp-geometry-nodes-timings
November 18, 2021, 02:55 (GMT)
VSE: Add meta.separate() Python API function

This function can be used to "dissolve" meta strip anywhere in strip
hierarchy. This has same effect as `meta_separate` operator.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/T91005
November 18, 2021, 02:03 (GMT)
Merge branch 'blender-v3.0-release'
November 18, 2021, 01:59 (GMT)
Fix T90390: VSE Jump operator don't work during playback

Tag dependency graph `ID_RECALC_AUDIO_SEEK` update.
November 18, 2021, 01:23 (GMT)
Merge branch 'blender-v3.0-release'
November 18, 2021, 01:14 (GMT)
Fix T92445: Thumbnail height without overlay text

This patch changes the thumbnails' height used for image and movie
strips by choosing the proper size according to the VSE's text overlay
settings: i.e. thumbnails use the whole strip's height when no overlay
text is displayed; otherwise, some space is left for the overlay.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D13043
November 18, 2021, 00:42 (GMT)
Sculpt-dev: dyntopo now detects uv island
boundaries, independently of
edge seams.
November 18, 2021, 00:40 (GMT)
Merge branch 'blender-v3.0-release'
November 18, 2021, 00:32 (GMT)
Fix T93154: Crash adding multiple movie strips

Some when adding multiple movies at once and only some of them have
audio track, this causes crash on NULL dereference. Issue was introduced
in bdbc7e12a02e to align sound and video properly.

Check if sound is present in movie file. If it's not, don't try to align
sound with video.
November 18, 2021, 00:13 (GMT)
Merge branch 'blender-v3.0-release'
November 18, 2021, 00:11 (GMT)
Fix T93166: Division by zero when drawing thumbnails

Caused by incorrect step calculation fo too short strips. For these,
step should be equal to strip length not 0.
November 17, 2021, 23:32 (GMT)
sculpt-dev: remove debug ATTR_NO_OPTS
November 17, 2021, 23:27 (GMT)
* Sculpt-dev: pbvh draw cleanup

* PBVH drawing for eevee is now used for
PBVH_FACES as well as PBVH_BMESH.
* PBVH_FACES now uses pbvh draw for eevee rendering
* Refactored gpu_pbvh_gpu_make_vcol_offs into a
more general gpu_pbvh_gpu_make_attr_offs.
This should be a usable alternative to using a generic
attribute gpu system (whether the one that's #ifdef'd out
in gpu_buffers.c, or the new one that hit master
recently).
* Textured workbench draw mode now works for pbvh drawing.
* Fixed nasty stack overflow in dyntopo edge collapse.
November 17, 2021, 22:49 (GMT)
USD import options description edit.

Shortened excessively long option descriptions
by removing information that should be included
in the documentation instead.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021