Revision 06860ba by Philipp Oeser May 22, 2020, 15:21 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision a76e804 by Philipp Oeser May 22, 2020, 15:16 (GMT) |
Fix T76960: fluid baking operators not working with pinned object Maniphest Tasks: T76960 Differential Revision: https://developer.blender.org/D7819 |
Revision 1633a65 by Bastien Montagne May 22, 2020, 13:41 (GMT) |
RNA: Make enum properties compatible with raw access. This will allow to use foreach_get/set on enums of RNA collection items, which can save a lot of time in some cases (see incoming FBX updates). |
Revision 0236863 by Jeroen Bakker May 22, 2020, 13:09 (GMT) |
Fix T73115: In Front Drawing Bone Envelope Distance The in front drawing was not supported for transparent part of the armature. This patch adds a second transparent pass for drawing in front. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7763 |
Revision 920b698 by Campbell Barton May 22, 2020, 12:42 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 8ddcc7f by Campbell Barton May 22, 2020, 12:20 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 69e3312 by Campbell Barton May 22, 2020, 12:18 (GMT) |
UV: remove "UV Local View" for UV editing This feature was added when Blender used tex-face (per-face images), but doesn't make as much sense since this was removed. Removing this from UV edit-mode as this wasn't working in any of the 2.8x releases, causing UV's to be visible but unselectable. Resolves issue raised in T76958. |
Revision 59aed2a by Jeroen Bakker May 22, 2020, 12:11 (GMT) |
Fix T73726: Workbench Closest Interpolation Artifacts All textures in workbench are using linear interpolation. The fragment shader modifies the uv coordinates to sample always in the center of a texel. In rare conditions the GPU could sample an incorrect value due to rounding errors making some rendering artifacts. This patch skips the interpolation in the fragment shader to remove these render artifacts. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7816 |
Revision f990b42 by Pablo Vazquez May 22, 2020, 11:41 (GMT) |
Revert "UI: Remove duplicate Mark/Clear Seam entries from Edge menus" Seams are widely used outside UV context so it's okay to duplicate entries. Based on community feedback, thanks! This reverts commit fc62a3366c3264466b57e0d19b8d2970a1ad1a60. |
Revision f5c6820 by Richard Antalik May 22, 2020, 11:36 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 4066c92 by Richard Antalik May 22, 2020, 11:31 (GMT) |
Fix (unreported): prefetching wastes resources when end frame is reached This bug is not really visible for user. When end frame is reached by prefetching thread, it doesn't stop and keeps on getting images from cache. Add chech for this situation and simplify logic involved in suspending, so it's easier to read. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7757 |
Revision c4edc6f by Richard Antalik May 22, 2020, 11:05 (GMT) |
Fix (unreported): Don't restart prefetching during rendering. Prefetching is stopped in BKE_sequencer_cache_cleanup, but is restarted quickly. Prefetching has negative effect on performance while rendering. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7751 |
Revision a1a333a by Richard Antalik May 22, 2020, 10:59 (GMT) |
Fix T76774: Crash on prefetching sequences from another scene. When rendering another scene, caching in disabled by setting local_context.skip_cache = true. Precondition checking for this flag was missing in BKE_sequencer_cache_get and it wasn't first thing to check in BKE_sequencer_cache_put. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7750 |
Revision fbbc022 by Sybren A. Stüvel May 22, 2020, 08:12 (GMT) |
Cleanup: only use nullptr in USD exporter This removes all use of `NULL` from the USD Exporter, also when calling into C code. No functional changes. |
May 22, 2020, 08:09 (GMT) |
Wayland: support key repeat |
May 22, 2020, 08:08 (GMT) |
GHOST: fix GHOST_System::getMilliSeconds() This wasn't returning milliseconds, causing problems with key repeat. |
Revision ce6fd6b by Campbell Barton May 22, 2020, 06:47 (GMT) |
Fix missing header building with wayland |
Revision 42f8d52 by Jeroen Bakker May 22, 2020, 05:32 (GMT) |
Fix T64277: Inverted Wheelmouse When using CTRL wheel mouse the items were selected in a different order than when opening the menu and use the wheel mouse. Reviewed By: Brecht van Lommel Differential Revision: https://developer.blender.org/D7791 |
Revision 3aacd8a by Campbell Barton May 22, 2020, 02:40 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 1b994a3 by Campbell Barton May 22, 2020, 02:36 (GMT) |
Fix Python console cursor height |
|
|
|


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