Revision 6b88a7a by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 17:07 (GMT) |
Fix previous commit. |
Revision 6e3ec62 by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 17:06 (GMT) |
undoexp: Update for new 'ID memaddress unique' feature. |
Revision fa0f254 by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 17:04 (GMT) |
Merge branch 'undo-experiments' into undo-experiments-swap-reread-datablocks |
February 11, 2020, 17:03 (GMT) |
Cycles: Add support for denoising in the viewport The OptiX denoiser can be a great help when rendering in the viewport, since it is really fast and needs few samples to produce convincing results. This patch therefore adds support for using any Cycles denoiser in the viewport also (but only the OptiX one is selectable because the NLM one is too slow to be usable currently). It also adds support for denoising on a different device than rendering (so one can e.g. render with the CPU but denoise with OptiX). Reviewed By: #cycles, brecht Differential Revision: https://developer.blender.org/D6554 |
Revision d50587d by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 17:01 (GMT) |
undoexp: Update for 'unique ID memaddress' change. |
Revision c67d0cb by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 16:54 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments |
Revision 5871557 by Bastien Montagne (id-ensure-unique-memory-address, undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 16:50 (GMT) |
Initial rough idea of 'unique ID address' change. Goal of this code is to ensure we only ever use a given memory address once, for all IDs generated in a bmain. This is crucial if we want to be able to use ID pointers instead of ID names in undo speedup work, when re-using existing IDs. |
February 11, 2020, 16:48 (GMT) |
Fix T73656: Use BKE_brush_alpha_get in texture paint The code was using brush->alpha directly, so the alpha value from UnifiedPaintSettings was not used when eneabled. Reviewed By: brecht Maniphest Tasks: T73656 Differential Revision: https://developer.blender.org/D6804 |
February 11, 2020, 16:45 (GMT) |
Fix T70039, T68707: issues when opening .blend file from Finder on macOS * Missing close dialog displayed to warn about unsaved changes. * No reaction when the file was opened on a different desktop. Differential Revision: https://developer.blender.org/D6765 |
February 11, 2020, 16:18 (GMT) |
GPencil: Refactor: Fix blend modes broken |
February 11, 2020, 16:12 (GMT) |
GPencil: Refactor: Add per mask inversion capability With this commit, masks can be inverted per layer. Inversion means the mask becomes subtractive instead of additive. The base visibility does not change depending on the first type (i.e: if ther is nothing in the mask layer, nothing will be masked regardless of the mask type). |
February 11, 2020, 16:09 (GMT) |
Nodes: Add dynamic label support for Math Nodes Reviewed By: brecht Differential Revision: https://developer.blender.org/D6375 |
February 11, 2020, 15:59 (GMT) |
Cleanup: Sculpt/Paint, use correct types and iterator variable declaration Reviewed By: brecht Differential Revision: https://developer.blender.org/D6788 |
February 11, 2020, 15:58 (GMT) |
GPencil: Change Stroke Order tooltip |
February 11, 2020, 15:47 (GMT) |
GPencil: Reset Mask list index when remove first element |
February 11, 2020, 15:43 (GMT) |
GPencil: Replace Add mask with popover menu Also removed iinternal property used. |
February 11, 2020, 15:38 (GMT) |
Cleanup: Sculpt, Comment formatting Reviewed By: brecht Differential Revision: https://developer.blender.org/D6792 |
February 11, 2020, 15:38 (GMT) |
Fix T73706: Crash after disabling dyntopo with multires modifier ss->multires is set in sculpt_update_object, which is not called just after disabling dyntopo, so it needs to be checked before running reshapeFromCCG Reviewed By: campbellbarton, brecht Maniphest Tasks: T73706 Differential Revision: https://developer.blender.org/D6801 |
February 11, 2020, 14:46 (GMT) |
Merge branch 'blender-v2.82-release' |
February 11, 2020, 14:45 (GMT) |
Fix Attempt to free NULL pointer Assert when snapping `Selection to ...` but without objects. Missed in the last commit. |
|
|
|


Master Commits
MiikaHweb | 2003-2021