Revision f9d0f59 by Richard Antalik May 12, 2020, 22:14 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 50ef801 by Richard Antalik 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 |
Revision 75e989d by Christian Rauch May 12, 2020, 22:05 (GMT) |
GHOST: fix cursor buffer handling when toggling visibility |
Revision 5b86fe6 by Harley Acheson 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 |
Revision 613715a by Richard Antalik May 12, 2020, 21:19 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision be69f23 by Richard Antalik 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 |
Revision 5873bd8 by Philipp Oeser May 12, 2020, 20:31 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 4930eb1 by Philipp Oeser 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 |
Revision 5ca1eb9 by Brecht Van Lommel May 12, 2020, 19:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 829dce5 by Brecht Van Lommel 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. |
Revision a5eee1f by Brecht Van Lommel 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(). |
Revision bfdb27f by Brecht Van Lommel May 12, 2020, 19:50 (GMT) |
Fix incorrect assert in Cycles node socket get/set functions Thanks to Subrahmanya Oruganti for spotting these. |
Revision 80953ae by Brecht Van Lommel 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. |
Revision 122a316 by Brecht Van Lommel 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. |
Revision 289242f by Germano Cavalcante 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. |
Revision 94b9141 by Germano Cavalcante May 12, 2020, 17:35 (GMT) |
Revision fc62a33 by Pablo Vazquez 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. |
Revision 13d0f74 by Bastien Montagne May 12, 2020, 16:54 (GMT) |
Refactor: Move lamp foreach_id to new IDTypeInfo structure. |
|
|
|


Master Commits
MiikaHweb | 2003-2021