April 28, 2021, 09:59 (GMT) |
Small cleanupSmall cleanups,s, |
April 28, 2021, 09:54 (GMT) |
Added device only vertex buffer. |
April 28, 2021, 09:52 (GMT) |
Define edge-pan defaults on operator properties. Use the UI_view2d_edge_pan_operator_properties_ex function to define operator property defaults for edge panning, rather than setting fixed values after the operator is created. That way the defaults can still be changed by users in keymaps as one would expect from an operator. |
April 28, 2021, 09:34 (GMT) |
Use IBO buffer as a target for a compute shader. |
April 28, 2021, 09:05 (GMT) |
Cycles: Extend information provided in the full report Include actual devices used for path tracing and denoising. useful for in the following cases: - Verify that the benchmark was made on the device it was intended to be done. - Easily see which exactly device was used for OptiX denoiser. - Share and compare different reports, by making it explicit in the report itself what conditions the benchmark was run in. The report is printed at the end of rendering when Blender is run with the `--debug-cycles` command line argument (verbosity level 2). Differential Revision: https://developer.blender.org/D11105 |
April 28, 2021, 08:27 (GMT) |
BLI: improve Vector.remove_and_reorder The old version was correct as well but did a move even when not necessary. |
April 28, 2021, 08:13 (GMT) |
fix shutdown issues |
April 28, 2021, 08:01 (GMT) |
profile nodes |
April 28, 2021, 07:52 (GMT) |
Test using direct opengl calls. |
April 28, 2021, 06:45 (GMT) |
Merge branch 'master' into temp-gpu-compute-shaders |
April 28, 2021, 06:38 (GMT) |
Remove SMAA generating message during compilation. |
April 28, 2021, 06:37 (GMT) |
Merge branch 'blender-v2.93-release' |
April 28, 2021, 06:36 (GMT) |
Fix Compositor: WorkScheduler task model deletes works WorkScheduler task model deletes work packages after executing them. The other models don't do so. All models should handle packages the same way. Reviewed By: #compositing, jbakker Differential Revision: https://developer.blender.org/D11102 |
April 28, 2021, 06:35 (GMT) |
Fix Compositor: WorkScheduler task model deletes works WorkScheduler task model deletes work packages after executing them. The other models don't do so. All models should handle packages the same way. Reviewed By: #compositing, jbakker Differential Revision: https://developer.blender.org/D11102 |
April 28, 2021, 06:09 (GMT) |
Merge branch 'blender-v2.93-release' |
April 28, 2021, 06:05 (GMT) |
Fix T87864: Context is None for draw method Use WM_operator_properties_create_ptr so the owner_id is set to the window manger which is now required. Regression in 919558854d624f5db40acfa9f5674ac8c94873b6. |
April 28, 2021, 06:03 (GMT) |
Replace COM_DEBUG #define with constexpr. Fixes T87035 Reviewed By: jbakker Maniphest Tasks: T87035 Differential Revision: https://developer.blender.org/D11068 |
April 28, 2021, 04:38 (GMT) |
Merge branch 'blender-v2.93-release' |
April 28, 2021, 04:37 (GMT) |
Fix T87165: Join geometry node doesn't copy instance IDs This makes motion blur work incorrectly. With a similar fix to rBf2d70c02f88cc00, just copy over the instance IDs in this case. |
April 28, 2021, 04:37 (GMT) |
Merge branch 'master' of https://git.blender.org/blender |
|
|
|


Master Commits
MiikaHweb | 2003-2021