Blender Git Commit Log

All Blender Git commits.

Page: 1665 / 8462

May 5, 2020, 22:18 (GMT)
Cleanup: warnings
May 5, 2020, 20:56 (GMT)
Fix wrong XR notifier bit value
May 5, 2020, 16:08 (GMT)
Various fixes, cleanup and improvements to i18n module.

* Remove multi-processing in messages class update, was no giving much
speedup if any at all.
* Remove some debug prints.
* Make messages class pickleable.

* Filter better actual setting values from Settings class.
* Make settings pickleable.

All this will allow to use multi-processing in the i18n addon itself.
May 5, 2020, 15:16 (GMT)
Merge branch 'blender-v2.83-release'
May 5, 2020, 15:14 (GMT)
Fix T75743: Implement restore for brushes that modify their own data

This implements the restore function for Draw Face Sets and Layer, which
don't affect coordinates or masks directly. This is needed for the
anchored and dot brush strokes.

Layer frees the current displacement and a new one is created on each
stroke sample. Draw Face Sets copies the data back from the first undo
node to the mesh datalayer.

Also fixes T75727

Reviewed By: jbakker

Maniphest Tasks: T75727

Differential Revision: https://developer.blender.org/D7442
May 5, 2020, 14:26 (GMT)
Use "Duplicate" Instead of "Copy"
May 5, 2020, 14:25 (GMT)
Merge branch 'master' into modifier-panels-ui
May 5, 2020, 14:01 (GMT)
Fix T76414: crash using Python module that uses NVRTC

Hide the nvrtc* symbols just like we did for cu* already.
May 5, 2020, 13:37 (GMT)
UI: Gray out shortcut indicator in search menus

In other menus we already gray out the shortcut string, just in the search menu
that wasn't the case.

We may also want to draw other hints like this in the future, e.g. the library
name for linked data-blocks in search menus. And then it's also nicer to have
it grayed out to separate it visually from the data-block name.
May 5, 2020, 13:14 (GMT)
Merge branch 'blender-v2.83-release'
May 5, 2020, 13:13 (GMT)
continue with derived node tree
May 5, 2020, 13:06 (GMT)
Fix build with precompiled libraries picking up OpenEXR from install_deps.sh
May 5, 2020, 13:06 (GMT)
Cycles: mark CUDA 10.2 as officially supported

It appears to work fine after a recent bugfix and testing for the past few
weeks.
May 5, 2020, 12:35 (GMT)
rename
May 5, 2020, 12:31 (GMT)
DerivedNodeTree data structure
May 5, 2020, 12:06 (GMT)
Tasks: support build with TBB version 2017

Make the task pool implementation compatible with older versions that are
used by install_deps.sh.
May 5, 2020, 12:06 (GMT)
Build: print TBB ON/OFF state on first configure, cleanup old TBB logic
May 5, 2020, 10:51 (GMT)
Fix T76417: Gpencil Join did not supported weight join

Now the operator keep the weights of all strokes when joining.
May 5, 2020, 09:22 (GMT)
Merge branch 'blender-v2.83-release'
May 5, 2020, 09:20 (GMT)
Fix T76402: App templates prevent factory settings theme reset
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021