May 13, 2020, 00:59 (GMT) |
Fix T76488: fix mask extract poll function This was returning true in edit mode, causing the crash Reviewed By: jbakker Maniphest Tasks: T76488 Differential Revision: https://developer.blender.org/D7645 |
May 13, 2020, 00:55 (GMT) |
Fix T75347: Update cloth brushes in versioning with a valid mass value The file attached in the report has a cloth brush saved with a particle mass of 0.0, which causes all sort of issues in the solver. I don't know how that brush was created, but it does not seems to be possible to do in the current version (reset values are correct, property limits are correct and a default brush is created in versioning_defaults). This resets all brushes with an invalid value to 1.0. Reviewed By: jbakker Maniphest Tasks: T75347 Differential Revision: https://developer.blender.org/D7698 |
May 13, 2020, 00:52 (GMT) |
Fix T76306: Disable use creases when there is displacement data Use creases changes the limit surface, so the displacemente data is won't be correct if this option is modified without updating the displacement. Reviewed By: sergey Maniphest Tasks: T76306 Differential Revision: https://developer.blender.org/D7700 |
May 13, 2020, 00:49 (GMT) |
Fix T75968: PBVH raycast returns wrong active vertex nearest_vertex_co was not reset when a new triangle was intersected by the ray, so it was always returning the closest vertex to the real cursor position in any triangle, which was not always the triangle under the cursor. Reviewed By: sergey Maniphest Tasks: T75968 Differential Revision: https://developer.blender.org/D7485 |
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. |
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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021