Revision ca39325 by Campbell Barton September 13, 2020, 05:28 (GMT) |
Fix T62504: Crash accessing depsgraph from evaluated view layer Use correct owner_id types for depsgraph view_layer properties instead of inheriting from the Depsgraph which is set to NULL. |
Revision b52aeaa by Campbell Barton September 13, 2020, 05:00 (GMT) |
Cleanup: spelling, update function name in comments |
Revision 1509d2b by Ray molenkamp September 12, 2020, 22:06 (GMT) |
Revision 2e4569a by Clément Foucault September 12, 2020, 17:48 (GMT) |
Fix remaining GL calls/type preventing from building due to recent cleanup |
Revision fe5efcc by Clément Foucault September 12, 2020, 15:34 (GMT) |
GPUOffscreen: Push the GL state before and after binding This avoids wrong viewport and scissor bounds with BGL commands. |
Revision bf3f4da by Clément Foucault September 12, 2020, 15:29 (GMT) |
GPU: Fix wrong state before python callbacks This was caused by a missing state apply. We force the GPUState to be set after the callbacks to avoid desync between our state tracker and the real gl state. This fixes some issues but a better general fix for all BGL would be better. This fix T80297 2.91 texture alpha is not transparent |
Revision 6bc0a84 by Clément Foucault September 12, 2020, 14:22 (GMT) |
Cleanup: GPU: Rename GPUStateManager to StateManager to follow style |
Revision 0639f00 by Clément Foucault September 12, 2020, 14:22 (GMT) |
Cleanup: GPU: Remove unused GPU_debug |
Revision 6432fa4 by Clément Foucault September 12, 2020, 13:51 (GMT) |
Cleanup: Remove GLEW dependencies outside of GL module |
Revision 136bdb5 by Clément Foucault September 12, 2020, 13:29 (GMT) |
GPU: Add Image Load Store extension support This wraps the functionality used to speedup EEVEE volumetrics. This touches the rendering code of EEVEE as it should fix a mis-usage of the GL barrier. The barrier changed type and location, removing an unused barrier. |
Revision a442da6 by Clément Foucault September 12, 2020, 13:29 (GMT) |
BLI: Fix bitscan_forward_uint64 unix implementation |
Revision 29af082 by Campbell Barton September 12, 2020, 07:59 (GMT) |
Fix T70255: Setting file browser bookmark from Python crashes Support setting bookmarks even when the file browser isn't the active space. |
Revision 8c17269 by Campbell Barton September 12, 2020, 06:33 (GMT) |
Cleanup: use C style doxygen comments |
Revision 4c24e8e by Campbell Barton September 12, 2020, 06:33 (GMT) |
Cleanup: missing-variable-declarations warning |
Revision ad5f1d0 by Campbell Barton September 12, 2020, 03:42 (GMT) |
Fix T71605: Crash toggling dynamic topology in background mode Support toggling without an undo stack in background mode. |
Revision 77f6d9d by Campbell Barton September 12, 2020, 03:42 (GMT) |
Fix missing return value in fix for T80677 |
Revision 4eda60c by Germano Cavalcante September 12, 2020, 02:02 (GMT) |
Fix T80677: Absolute grid snapping doesn't work with constraints Regression introduced in rB546b900194f0 |
Revision a7dc664 by Campbell Barton September 12, 2020, 01:45 (GMT) |
Fix T80697: children_recursive returns edit-bones from non edit-bone Bone.children_recursive would return edit-bones when in edit-mode irrespective of the type of the bone. Check the type of self instead of the existence of edit-bones. |
Revision b00820c by Ray molenkamp September 11, 2020, 19:38 (GMT) |
Cleanup: Fix build warning with MSVC MSVC warns on MEM_freeN being fed a const pointer |
Revision a69ddea by Hans Goudey September 11, 2020, 19:26 (GMT) |
Cleanup: Remove unused variables and function Somehow these changes were lost while pulling the previous commit from the property-search-ui-v2 branch. |
|
|
|


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