Revision 7d3bf51 by Campbell Barton May 20, 2020, 12:04 (GMT) |
Revision 578b0c0 by Bastien Montagne May 20, 2020, 08:43 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 3360db8 by Bastien Montagne 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. |
Revision db6e267 by Campbell Barton May 20, 2020, 08:16 (GMT) |
Fix T74298: Incorrect cursor position in Python console |
Revision ec86db8 by Campbell Barton May 20, 2020, 05:00 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 5fe7605 by Campbell Barton May 20, 2020, 04:58 (GMT) |
Fix the current pixelsize impacting thumbnails |
Revision f69ecce by Campbell Barton May 20, 2020, 03:53 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision a296dff by Campbell Barton May 20, 2020, 03:48 (GMT) |
Correct invalid limits in last commit |
Revision 3113700 by Campbell Barton 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. |
Revision bfdfa35 by Pablo Dobarro May 20, 2020, 01:34 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision aa02a05 by Pablo Dobarro 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 |
Revision e610964 by Brecht Van Lommel May 19, 2020, 23:22 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision dfe8195 by Brecht Van Lommel May 19, 2020, 23:15 (GMT) |
Cleanup: compiler warning |
Revision 8f050b6 by Brecht Van Lommel 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. |
Revision 183ba28 by Brecht Van Lommel 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. |
Revision 120e992 by Brecht Van Lommel 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. |
Revision 33fc42b by Brecht Van Lommel May 19, 2020, 22:46 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 499c022 by Brecht Van Lommel May 19, 2020, 22:33 (GMT) |
Fix T76858: non-thread safe sculpt memory allocation when using --debug-memory By default the guarded memory allocator is not thread safe, that needs to be initialized. |
Revision 4f622c9 by Brecht Van Lommel May 19, 2020, 22:32 (GMT) |
Fix Windows build after recent guardedalloc changes |
Revision 5ca8875 by Germano Cavalcante May 19, 2020, 21:54 (GMT) |
Fix T73148: Incorrect Repeat Last for transforms with Individual Origins and Normal orientation `pvec` was confusing and was adding steps that are apparently unnecessary. So the code has been redone so as not to use this pvec. |
|
|
|


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