Blender Git Commits

Blender Git "master" branch commits.

Page: 792 / 5574

May 6, 2020, 10:22 (GMT)
Merge branch 'blender-v2.83-release'
May 6, 2020, 10:21 (GMT)
Fix T76470: GPencil sequence interpolate crash when not enough frames in layer

If try to interpolate a layer without an active a next frame, the interpolation failed.

Now, check for both frames before start interpolation.
May 6, 2020, 08:18 (GMT)
Cleanup: Remove unused parameter
May 6, 2020, 08:15 (GMT)
Cleanup: Remove old invalid comment
May 6, 2020, 06:00 (GMT)
Cleanup: move search templates into their own files
May 6, 2020, 05:38 (GMT)
Cleanup: restore text alignment lost by clang-format
May 6, 2020, 02:45 (GMT)
Cleanup: use doxy sections
May 6, 2020, 02:26 (GMT)
Merge branch 'blender-v2.83-release'
May 6, 2020, 02:25 (GMT)
Cleanup: warning
May 6, 2020, 02:18 (GMT)
Fix T76445: Selecting an object no longer cycles past the active

In 2.79, selecting an object would cycle past the first object
even if selection cycling wasn't in use.

Restore this behavior as it wasn't intentionally removed
and it's useful to be able to select an object behind the
current active object.
May 6, 2020, 01:10 (GMT)
Fix num-pad access on wayland

Always interpret keypad keys as if numpad is enabled,
this matches other platforms.

Also add missing quote key.
May 6, 2020, 00:20 (GMT)
Fix T76429: GHOST/Wayland event's don't correspond to physical keys
May 5, 2020, 22:30 (GMT)
Merge branch 'blender-v2.83-release'
May 5, 2020, 22:30 (GMT)
Merge branch 'blender-v2.83-release'
May 5, 2020, 22:28 (GMT)
Fix T76392: Crash loading app-template with Load UI disabled
May 5, 2020, 22:18 (GMT)
Cleanup: warnings
Revision 84eaaad by Julian Eisel
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021