Revision 7b754c8 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:34 (GMT) |
Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpu We limit this fix to Windows Intel GPU whose driver reports at most GL 4.4 support. This limits the fix to the range of reported GPU. |
Revision 1510c04 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:33 (GMT) |
Fix T77358: Gpencil can't select geometry within transparent layers This was an old check of opacity for editable layers, but with new system it's not needed because you can use the edit lines. |
Revision 2c3ef36 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:32 (GMT) |
Fix T77520: GPencil viewlayer filter produce crash with masking layers If a layer is used for masking, it cannot be filtered by viewlayer because the masked layer needs to have the mask layers in the draw pipeline. This check is only done in final render. |
Revision 0402cc7 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:30 (GMT) |
Fix T77164: scaling/rotation fails for 3 selected NURB points |
Revision 09db0f2 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:29 (GMT) |
Fix T77156: GPencil view layer filter by layer not working This was removed by error during the refactor done in 2.83. Differential Revision: https://developer.blender.org/D7909 Reviewers: @fclem |
Revision e4ac476 by Bastien Montagne / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:29 (GMT) |
Fix T77456: Broken vertex paint undo on high-poly objects. This is a critical fix that should also be backported to 2.83.1 Fairly stupid bug in fact, code detecting changes across undo steps was assuming that each BHEAD (a block of data in blendfiles) would not be larger than one memory chunk... Which is the case in alsmost every situation, besides some super-heavy geometries, and other similar things (images would also be affected e.g.). |
Revision 864f8cb by Sergey Sharybin / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:27 (GMT) |
Fix T77448: Camera Solver constraint can't be converted to f-curve A regression caused by c57f65c088a9 as a fix of another issue. Added an exception for camera solver as that is always pointing to camera object. Since this is a regression which happened in 2.83.0 this change is a candidate to be ported to the 2.83.1. |
June 11, 2020, 06:01 (GMT) |
Cleanup: move sequencer view operators into sequencer_view.c |
June 11, 2020, 05:39 (GMT) |
UI: exclude context menus from menu search This causes the search result to be less predictable as well as including menu items multiple times. |
June 11, 2020, 05:35 (GMT) |
WM: utility function to iterate on menu types |
June 11, 2020, 05:04 (GMT) |
ImBuf: use more accurate DPI/PPM conversion Use 0.0254 for conversion as 39.3700787 isn't exactly 1/0.0254 and can't be written as a round float/double. |
Revision 29d02c7 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 11, 2020, 04:55 (GMT) |
LANPR: Fix baking finish flag. |
Revision 78490a7 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 11, 2020, 04:37 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # source/blender/blenkernel/intern/scene.c |
June 11, 2020, 03:39 (GMT) |
Merge branch 'master' into soc-2020-outliner |
June 11, 2020, 03:36 (GMT) |
Outliner: Add walk navigation left and right Support walk navigation up and down the tree by pressing the left and right arrows. When holding shift (to toggle expand/collapse on all children) walking is never done. When walking right, open the tree if it is closed, or walk into the tree if it is opened. When walking left, close the tree if it is open, or select the parent element when closed. |
June 11, 2020, 03:30 (GMT) |
Outliner: Try using radio button icons Use radio button icons over the dot and check in the outliner. |
June 11, 2020, 02:57 (GMT) |
Outliner: Pass tselem instead of te to button functions When adding callback functions to icon buttons in the outliner, don't pass the tree element as a pointer because the pointer address changes between redraws. Instead, pass the tree store element, or pass the data that is needed. |
June 11, 2020, 02:00 (GMT) |
A lot of progress towards working boolean library function. The code to partition space into cells is mostly done. The code to propagate winding numbers and flag cells according to the boolean function is mostly done. Only final extraction code is left, and a few other things. |
Revision b997a7c by TempoDev (soc-2020-custom-menus) June 11, 2020, 01:07 (GMT) |
Custom Menu : Add box and item buttons |
June 10, 2020, 20:46 (GMT) |
Review: added comments, doc strings, improvements, support for random vertices |
|
|
|


Master Commits
MiikaHweb | 2003-2021