Revision e06ffcc by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 7, 2021, 15:48 (GMT) |
Update add-on HEAD for latest merge |
Revision 7413364 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 7, 2021, 15:10 (GMT) |
Merge branch 'master' into asset-browser-poselib |
April 7, 2021, 15:01 (GMT) |
LineArt: PointCache for caching chains (code path only) |
April 7, 2021, 14:54 (GMT) |
Fix T86463: Colored collection icons don't scale with zoom level This patch fixes the issue in T86463 that colored collection icons in the collection search box don't scale according to the zoom level. The issue was caused by the drawing function for the colored collection icons not allowing to change the size of the icons. This patch addresses that by scaling the icon based on the drawing width. Reviewed By: #user_interface, natecraddock, Severin Differential Revision: https://developer.blender.org/D10708 |
April 7, 2021, 14:25 (GMT) |
Merge branch 'master' into eevee-gpencil |
April 7, 2021, 14:12 (GMT) |
Fix T87264: Button to remove physics modifier doesn't work This is caused by rB9f323e9bf79f. When hover shortcuts are used, we cannot use the modifier from the context (which will be the active modifier), or they won't be hover shortcuts anymore! There didn't use to be an editor-level "modifier" context variable, which is why this worked before. The fix is simple, just specify the modifier name for this particular remove button. Differential Revision: https://developer.blender.org/D10870 |
April 7, 2021, 13:58 (GMT) |
[WIP] GPU: Compute Shaders. Initial implementation currently not in a working state. Differential Revision: https://developer.blender.org/D10913 |
Revision 30856fb by Jeroen Bakker (temp-gpu-compute-shader, temp-gpu-compute-shader-hair, temp-gpu-compute-shaders) April 7, 2021, 13:56 (GMT) |
GPU: Compute Shaders. Initial implementation currently not in a working state. |
April 7, 2021, 13:38 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
April 7, 2021, 13:38 (GMT) |
Merge branch 'master' into greasepencil-object |
April 7, 2021, 12:53 (GMT) |
LineArt: Use separate memory pool for chained data. |
April 7, 2021, 12:51 (GMT) |
GPencil: Fix opacity ineffective curve influence after fading patch. |
April 7, 2021, 12:16 (GMT) |
Cycles: Remove unused task pool from CUDA device |
April 7, 2021, 12:16 (GMT) |
Cycles: Rename device_task to device_denoise The file only contained denoiser settings and parameters, so renaming to better match content from the file name. The task is nowhere used anymore. |
April 7, 2021, 12:16 (GMT) |
Cycles: Remove task API from denoising parameters |
April 7, 2021, 12:16 (GMT) |
Cycles: Remove unused forward declarations in the device Arguably, they are bad level calls as well. |
April 7, 2021, 12:16 (GMT) |
Cycles: Don't link device against render Seems that device does not use render types anymore, and from architecture point of view it should not use it. |
April 7, 2021, 12:16 (GMT) |
Cycles: Remove unused progressive parameter from session |
April 7, 2021, 12:16 (GMT) |
Cycles: Pass DeviceInfo by const reference |
April 7, 2021, 12:16 (GMT) |
Cycles: Simplify TileManager Prepare it for being used for big tile scheduling and not worry about samples and sample ranges. Rather straightforward removal of unused code. The only part which still does not feel fully ideal is that the Session now needs to hold buffer parameters. Not sure whether there is a better place for them. The pixel progress is now fully disabled. It was not updated anyway, so within the current state of the project this is not a regression. The status report needs to be worked on and this is part of the TODO. |
|
|
|


Master Commits
MiikaHweb | 2003-2021