Blender Git Commit Log

All Blender Git commits.

Page: 1372 / 8462

Revision 337b6d0 by Hans Goudey (master)
August 12, 2020, 16:59 (GMT)
Cleanup: Use const for context
Revision 1da0539 by Hans Goudey (master)
August 12, 2020, 16:56 (GMT)
UI: Category support for instanced panels

This adds support for panel categories to the instanced panel system
used for modifiers and others. The change is pulled from D7997 where
it is needed for FCurve modifiers, but it is unused now.

The change is simple and basically amounts to checking the panel
category where it was overlooked before.
August 12, 2020, 16:50 (GMT)
Merge branch 'blender-v2.90-release'
August 12, 2020, 16:49 (GMT)
CMake: clarify that the modules are licensed BSD 3-Clause

Many of these are derived from similar modules in the CMake project, which
have this license.

Fixes T79715
August 12, 2020, 16:44 (GMT)
Merge branch 'master' into fcurve-modifier-panels
August 12, 2020, 16:42 (GMT)
Check category before adding instanced panels to layout
August 12, 2020, 16:38 (GMT)
Fix T79736: install_deps.sh failing to download OpenImageIO due to wrong version
August 12, 2020, 16:34 (GMT)
Convert assert to BLI_assert

plain assert breaks build
August 12, 2020, 16:26 (GMT)
Sculpt: Multires Displacement Eraser Brush

This brush deletes displacement information of the Multires Modifier,
resetting the mesh to the subdivision limit surface.
This can be use to easily delete parts of the sculpt or to fix
reprojection artifacts after applying a shrinkwrap.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8543
August 12, 2020, 16:17 (GMT)
deps_builder: Optionally build boost::python

This this adds the option of building boost::python
in the libs builder, in preparation for future
dependencies that require it (ie pyopenvdb)

disabled by default, can be enabled with the
`WITH_BOOST_PYTHON` cmake option.

Differential Revision: https://developer.blender.org/D8212

Reviewed by: brecht
August 12, 2020, 16:16 (GMT)
Merge branch 'blender-v2.90-release'

# Conflicts:
# source/blender/draw/engines/eevee/eevee_motion_blur.c
August 12, 2020, 16:10 (GMT)
Fix T79680, T79680: confusing viewport denoise start sample behavior
August 12, 2020, 16:10 (GMT)
Fix T79718: Eevee OpenVDB render error when frames miss part of the grids
Revision 77e4070 by Pablo Dobarro (master)
August 12, 2020, 16:09 (GMT)
Sculpt: Expose Edit Face Set as a tool

Previously the way to use this operations was using the shortcut Ctrl +
W and Ctrl + Alt + W, which was not very discoverable and it was
limiting the amount of options that can be added to the operator.Now the
same functionality of the operator is available as a tool, which will
make easier to add other editing operations and options without adding
more entries to the keymap.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8545
Revision bff91b3 by Sebastian Parborg (master)
August 12, 2020, 16:09 (GMT)
Fix T79706: Delta Transform Animation not working

The object "delta_" rna variables were not added to the depsgraph search
and thus it would not trigger updates of the object during animation
playback.
August 12, 2020, 16:07 (GMT)
Fix T79706: Delta Transform Animation not working

The object "delta_" rna variables were not added to the depsgraph search
and thus it would not trigger updates of the object during animation
playback.
August 12, 2020, 16:06 (GMT)
Fix T79637 Motion blur gives artifacts when changing the camera

DRW_render_set_time is calling RE_engine_frame_set will in turn calls
BKE_scene_camera_switch_update.

To workaround this, we get the original camera object at render init and
get the evaluated version from it after each time change.
August 12, 2020, 16:06 (GMT)
EEVEE: Motion Blur: Fix issue with batch overflowing with VBOs
August 12, 2020, 16:06 (GMT)
EEVEE: Fix dupli recursion constant
August 12, 2020, 16:06 (GMT)
EEVEE: Rework deformation motion blur

This change how motion data are indexed inside the ghash.
We follow cycles closely now and use evaluated ID pointers.

By removing the hack, it fixes T78561 (No Motion Blur on linked objects)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021