May 20, 2020, 12:16 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 12:16 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 12:07 (GMT) |
Fix T76794: Number button cursor overrides eyedropper cursor Pressing 'E' over a number button to pick a distance was keeping left-right arrows instead of using the eye-dropper cursor. Workaround this by clearing the active button before setting the cursor. |
May 20, 2020, 12:04 (GMT) |
May 20, 2020, 08:56 (GMT) |
docs |
May 20, 2020, 08:43 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 08:39 (GMT) |
Fix T76883: Zero users scenes after undo. Some tags need to be preserved when we reuse existing ID entirely. AFAICT, currently this is only the EXTRAUSER one. |
May 20, 2020, 08:16 (GMT) |
Fix T74298: Incorrect cursor position in Python console |
May 20, 2020, 05:00 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 04:58 (GMT) |
Fix the current pixelsize impacting thumbnails |
May 20, 2020, 03:53 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 03:48 (GMT) |
Correct invalid limits in last commit |
May 20, 2020, 02:43 (GMT) |
UI: add text to icon-only menu items when displayed in search Without this icon-only buttons in popovers don't have any text. |
May 20, 2020, 01:34 (GMT) |
Merge branch 'blender-v2.83-release' |
May 20, 2020, 01:24 (GMT) |
Fix T75977: Lower the merge limit in the bisect/mirror operation in symmetrize This operation is using the code of the mirror modifier, so no default is guaranteed to work in all cases. This value matches the defaults of the mirror modifier. Reviewed By: jbakker Maniphest Tasks: T75977 Differential Revision: https://developer.blender.org/D7495 |
May 19, 2020, 23:22 (GMT) |
Merge branch 'blender-v2.83-release' |
May 19, 2020, 23:15 (GMT) |
Cleanup: compiler warning |
May 19, 2020, 23:11 (GMT) |
Fix Cycles viewport render fully restarting after undo With the optimized undo datablock pointers remain the same, so Cycles can now update just the parts that changed. |
May 19, 2020, 23:03 (GMT) |
Cleanup: make guarded memory allocation always thread safe Previously this would be enabled when threads were used, but threads are now basically always in use so there is no point. Further, this is only needed for guarded allocation with --debug-memory which is not performance critical. |
May 19, 2020, 22:57 (GMT) |
Cleanup: remove legacy mmap memory allocation for 32 bit This helped to go beyond the 4GB limit, but is no longer relevant for 64 bit. |
|
|
|


Master Commits
MiikaHweb | 2003-2021