Revision 86abc4d by Germano Cavalcante April 16, 2018, 13:40 (GMT) |
Fix rBb31ebd8c5c55: the asymmetric furstrum algorithm was still incorrect. Although somewhat less micro efficient, I decided to separate the `viewinv` matrix to calculate the world position separately. This makes it easier to understand the code. |
April 16, 2018, 13:18 (GMT) |
Cleanup: move some screen utility functions, from topbar branch. |
April 16, 2018, 13:18 (GMT) |
Cleanup: split off area reading/writing functions, from topbar branch. |
Revision dfd9e54 by Brecht Van Lommel April 16, 2018, 13:18 (GMT) |
Fix build errors after recent depsgraph changes. |
Revision 4ed21f1 by Jeroen Bakker April 16, 2018, 13:02 (GMT) |
Merge branch 'blender2.8' into blender2.8-workbench |
Revision 410810d by Jeroen Bakker April 16, 2018, 13:01 (GMT) |
Workbench: Added Object Color to collection_properties |
Revision a3c8061 by Campbell Barton April 16, 2018, 12:57 (GMT) |
Fix stubs |
Revision b31ebd8 by Germano Cavalcante April 16, 2018, 12:22 (GMT) |
Fix T54609: Erros in precise BBox extraction algorithm |
Revision 6a75a1a by Sergey Sharybin April 16, 2018, 10:59 (GMT) |
Depsgraph: Tag scene after changing cursor location While 3d cursor is mainly an UI thing and isn't needed for scene evaluation, it is stored in scene DNA. This means, operator is inform depsgraph that data has changed, so all copies of that scene can copy new values. Fixes lack of visual feedback when changing cursor location in viewport with copy-on-write enabled. |
Revision cab5dd5 by Brecht Van Lommel April 16, 2018, 08:39 (GMT) |
Fix incorrect scene used for building freestyle stroke depsgraph. |
Revision 8ad93dd by Sergey Sharybin April 16, 2018, 08:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 6617818 by Sergey Sharybin April 16, 2018, 08:18 (GMT) |
Make ID icons safe for deletion from threads Added a lock-free deferred queue for deletion. Now if ID icon is requested to be freed from non-main thread, it will be added to the deferred list. Actual deletion will happen later from main thread. Currently actual deletion only happens next time BKE_icon_id_delete() is called, which might not be enough. But it's easy to enforce deferred deletion. Icons for preview images are not covered by deferred deletion yet. Reviewers: mont29 Differential Revision: https://developer.blender.org/D3146 |
Revision 5bfe612 by Sergey Sharybin April 16, 2018, 08:18 (GMT) |
Added lock-free single linked list implementation Only supports lock-free insertion for now, can not delete element or traverse the list at the same time. |
Revision 6ef5b42 by Gaia Clary April 16, 2018, 07:59 (GMT) |
Merge remote-tracking branch 'origin' into blender2.8 |
Revision 2720667 by Gaia Clary April 16, 2018, 07:56 (GMT) |
Disable Feature Collada: Tests do not work on unix The tests as they are now make string comparisons. This only works on Windows because the reference files look different for different operating systems because of different number formatting. The collada tests need a complete rework (wip) |
Revision bfb6330 by Campbell Barton April 16, 2018, 06:51 (GMT) |
Fix object/bone select buffer big-endian sorting |
Revision 7ffc8bc by Jeroen Bakker April 16, 2018, 06:20 (GMT) |
Merge branch 'blender2.8' into blender2.8-workbench |
Revision 9777cd2 by Campbell Barton April 16, 2018, 05:40 (GMT) |
Cleanup: unused function |
Revision c1730a0 by Campbell Barton April 16, 2018, 05:39 (GMT) |
Merge branch 'master' into blender2.8 |
Revision b4e8d33 by Campbell Barton April 16, 2018, 05:38 (GMT) |
Logging: edits to build on macOS |
|
|
|


Master Commits
MiikaHweb | 2003-2021