May 7, 2020, 12:28 (GMT) |
VR: Fix OpenXR state freeze on Oculus after taking off HMD With the Oculus runtime, the VR session would freeze when taking off the HMD and putting it back on. This was caused by the deletion of graphics resources too early in the OpenXR state machine, at least for Oculus. The resources will now only be freed once the session is actually destroyed. Also fixes an issue where it wasn't possible to stop the session via the UI when the HMD was taken off. Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D7635 |
May 7, 2020, 12:21 (GMT) |
BLI: improve linear allocator documentation |
May 7, 2020, 11:55 (GMT) |
macOS: Remove workaround for old quit dialog Got added in 1a30e52142c5 (and tweaked in follow-ups) but shouldn't be needed anymore with the newer popup based quit dialog. It prevents Blender from quitting properly in case macOS closed all Blender windows. This may happen in some corner-cases unfortunately (e.g. T74101) which would be nice to have addressed at some point. Until then, users shouldn't have to force-kill Blender to shut it down if they run into this. |
May 7, 2020, 11:38 (GMT) |
Cleanup: remove unused operator arguments to UI_popup_block_invoke_ex Add optional can_refresh argument, useful to prevent text field from exiting on refresh. |
May 7, 2020, 11:24 (GMT) |
Merge branch 'blender-v2.83-release' |
May 7, 2020, 11:22 (GMT) |
Resolve keymap conflict for poselib Caused by rBe07b245fe1f4 (new 'Select Linked' posemode op). Above commit took CTRL+L (and this is kept for consistency with other 'Select Linked' operators). So now keymap for poselib is: poselib browse: ALT+L (was CTRL+L -- conflict here) poselib add pose: SHIFT+L (same as before) poselib remove pose: SHIFT+ALT+L (was ALT+L) poselib rename pose: SHIFT+CTRL+L (same as before) ref. D7542 |
May 7, 2020, 10:53 (GMT) |
Merge branch 'blender-v2.83-release' |
May 7, 2020, 10:48 (GMT) |
Fix T75793: Mirror modifier UV flip only works on first UDIM Tile Was flipping around the 0-1 range, now (optionally) flip around each tile. Also added this option for BMesh bmo_mirror. Reviewed By: campbellbarton Maniphest Tasks: T75793 Differential Revision: https://developer.blender.org/D7460 |
May 7, 2020, 10:17 (GMT) |
Merge branch 'master' into greasepencil-object |
May 7, 2020, 10:17 (GMT) |
Merge branch 'blender-v2.83-release' |
May 7, 2020, 10:16 (GMT) |
Fix T76500: Annotation Tooltip in Movie Clip Editor is using old grease pencil text |
May 7, 2020, 08:12 (GMT) |
Merge branch 'master' into greasepencil-object |
May 7, 2020, 08:11 (GMT) |
Cleanup: Replace for loop with LISTBASE_FOREACH macro |
May 7, 2020, 08:04 (GMT) |
Blenlib: Added explicit BLI_INLINE in perlin noise. A few tiny functions were not inlined even in some release configurations. Added BLI_INLINE as extra compiler hint in places that the profiler showed at hot spots when populating geometry with hair. |
May 7, 2020, 07:58 (GMT) |
GPencil: Add support for Link Modifiers This adds support to the Link modifiers data. This was missing. Also I did a small cleanup using LISTBASE_FOREACH macro. Related to T76478 Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D7643 |
May 7, 2020, 02:27 (GMT) |
Fix menu search expanding file browser menus |
May 7, 2020, 01:15 (GMT) |
Cleanup: use eSpace_Type in switch statements Use eSpace_Type in cases where it's likely newly added spaces should be handled. |
May 7, 2020, 00:55 (GMT) |
Cleanup: comments for menu search |
May 7, 2020, 00:46 (GMT) |
Fix uninitialized variable in recent menu search commit |
May 6, 2020, 23:00 (GMT) |
BLT: include a non-executing reference to context in macros Prevent errors when building without translations. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021