March 11, 2020, 13:37 (GMT) |
Fix broken logic in lib_query that could lead to NULL id_owner pointer. Issue revealed by own recent cleanup in rB8820ab4, and moticed by @brecht, thanks. Note that am not 100% sure whether we should allow call on lib_query without a proper valid owner_id, for embedded data-blocks. But this can be investifated later, so far things have been working like that. |
March 11, 2020, 13:18 (GMT) |
Fix T74296: Free depsgraph when view layer is removed Reviewers: sergey Differential Revision: https://developer.blender.org/D7110 |
March 11, 2020, 13:14 (GMT) |
Cleanup: Add comments on GPU data and Ghost context usage |
March 11, 2020, 12:48 (GMT) |
Cycles: disable RTTI only for OSL Other libraries like OpenVDB need RTTI. |
March 11, 2020, 12:43 (GMT) |
Cloth: Copy point cache settings when copying cloth modifier This fixes the issue mentioned in the comment in T74515. Reviewers: mont29 Differential Revision: https://developer.blender.org/D7104 |
March 11, 2020, 12:06 (GMT) |
Fix crash in debug newboolean due to repeated vertex. |
March 11, 2020, 11:59 (GMT) |
Fix Cycles incorrect result when compressing some 8 bit log colorspace images Don't clamp and do premultiply after color space conversion. |
March 11, 2020, 11:53 (GMT) |
Cleanup: rename 'private' to 'embedded' for sub-data IDs. 'Private' can be a rather confusing term, especially when considering its meaning in programming languages. So now root node trees and master collections are 'embedded' IDs instead. |
March 11, 2020, 11:53 (GMT) |
Cleanup in ID remapping code re owner_id vs. self_id. The former is always a real, in-Main data-block, while the later, when different, should be one of those embedded 'private' IDs (like root node ree or master collection). |
March 11, 2020, 11:35 (GMT) |
Add more info to blender_oculus batch file |
March 11, 2020, 11:34 (GMT) |
Cleanup: Address various review comments |
March 11, 2020, 10:39 (GMT) |
Cleanup: spelling |
March 11, 2020, 10:26 (GMT) |
Cleanup: Run clang-format on all affected files |
March 11, 2020, 10:26 (GMT) |
Merge branch 'temp-openxr-ghostxr' into temp-openxr-blenderside |
March 11, 2020, 10:25 (GMT) |
Cycles: add view layer setting to exclude volumes, like hair and surfaces |
March 11, 2020, 10:25 (GMT) |
Cleanup: Clang-format |
March 11, 2020, 10:24 (GMT) |
Merge branch 'uuid-undo-experiments' into uuid-undo-experiments-swap-reread-datablocks |
Revision 397b1ae by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 11, 2020, 10:24 (GMT) |
Merge branch 'master' into uuid-undo-experiments |
March 11, 2020, 10:23 (GMT) |
Cleanup: Remove unused Ghost window function |
March 11, 2020, 09:54 (GMT) |
UI: show more digits for adaptive sampling noise threshold |
|
|
|


Master Commits
MiikaHweb | 2003-2021