Blender Git Commits

Blender Git "master" branch commits.

Page: 780 / 5574

May 12, 2020, 22:14 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 22:10 (GMT)
Fix T76320: Thread race condition on undo with prefetching enabled

Stop prefetch jobs before undoing.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7633
May 12, 2020, 22:05 (GMT)
GHOST: fix cursor buffer handling when toggling visibility
May 12, 2020, 21:29 (GMT)
UI: About Blender Dialog

Adds an 'About Blender' dialog to the 'App' menu to display information like branch and hash.

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

Reviewed by Campbell Barton
May 12, 2020, 21:19 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 21:13 (GMT)
Fix T70612: Sequencer Crash on enabling Prefetch

Disable (skip) preftching scene strips if they target 3D scene.
Try to continue prefetching complete frame if disk cache images are found.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7514
May 12, 2020, 20:31 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 20:19 (GMT)
Fix T74012: missing fluid simulation domain panels in workbench

Maniphest Tasks: T74012

Differential Revision: https://developer.blender.org/D7706
May 12, 2020, 19:57 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 19:52 (GMT)
Fix T72920: Snap package fails to play audio and blocks audio in other apps

ALSA and OSS are not available for the snap packages, and trying to initialize
them seems to cause some problems for other applications. Instead configure
OpenAL and SDL to use PulseAudio, and set PULSE_SERVER environment variable to
make it work.
May 12, 2020, 19:51 (GMT)
Fix T76535: Eevee + Freestyle render crash with many strokes

Freestyle would create a huge amount of material slots with the same material,
causing issues in Eevee use of alloca().
May 12, 2020, 19:50 (GMT)
Fix incorrect assert in Cycles node socket get/set functions

Thanks to Subrahmanya Oruganti for spotting these.
May 12, 2020, 19:50 (GMT)
Fix CMake using different OpenEXR / USD includes and libraries in some cases

Search for all potential library names in each directory, otherwise e.g.
libImath-2_2.a from a system directory will be preferred over libImath.a even
if we specified a directory.
May 12, 2020, 19:50 (GMT)
Fix missing standard OpenColorIO roles, as reported by ociocheck

These are not used by Blender, but can be used by other software using our
configuration.
May 12, 2020, 18:44 (GMT)
Transform orientation tweaks

If the orietation is setted as a parameter, it is best to refer
to it as a constraint orietation so that it can be reused in
successive axis presses.

This is useful to retrieve the orientation of the extrude for example.
Revision 36e3847 by Julian Eisel
May 12, 2020, 18:40 (GMT)
Fix T76635: Clicking the text button X in a pop-up doesn't clear

In this case giving `CTX_wm_menu()` priority over `CTX_wm_region()` is all
that's needed and makes sense (since we want exactly the hovered button, not
some other active button in the region/menu hierarchy).

The situation with pop-ups is still tricky, see T73565. But as a first step
it's probably good to let functions be more explicit about what they want when
querying UI context. So I added a variation of a UI-context function for cases
like this.
Revision fc59feb by Julian Eisel
May 12, 2020, 17:40 (GMT)
UI/Animation: Don't change Graph Editor cursor from scrubbing region

Do not execute the operator to change the Graph Editor cursor when changing the
active frame through the scrubbing region. This is not what users expect, see
T76599.

Removes an explicit exception to not let the regular frame change operator
execute in the Graph Editor. It was needed to let the cursor operator run
instead, but the interplay between the two operators is now handled at keymap
level.

Fixes T76599.
May 12, 2020, 17:35 (GMT)
Fix T76693: Inconsistent rotation Shortcut vs Gizmos

Problem introduced in rB4deea4f4c57a
May 12, 2020, 17:07 (GMT)
UI: Remove duplicate Mark/Clear Seam entries from Edge menus

These already exist in the UV menu (both in the 3D Viewport and UV Editor)
which makes it more clear that this feature is related to UV Unwrapping.
May 12, 2020, 16:54 (GMT)
Refactor: Move lamp foreach_id to new IDTypeInfo structure.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021