June 15, 2021, 14:01 (GMT) |
Cycles X: Implement float support in PassAccessorGPU Rather straightforward implementation, with some code-generation macro which takes care of some boiler plate code. Unfortunately, clang-format does some weird decision in the `kernel_as_string ` function. Attempt to disable clang-format via comment makes the comment to be weirdly indented. So this part is left-as is. Similar to the PassAccessorCPU there is no overlays applied to the float result. Tested with an upcoming refactor of the OptiX denoiser which uses pass accessor. No functional changes so far. |
June 15, 2021, 14:01 (GMT) |
Cycles X: Use pass accessor in the OptiX denoiser No functional changes, just converging pass accessor to a commonly used utility. There is still custom kernel used, which ensures that pixel values are within expected range. |
June 15, 2021, 13:55 (GMT) |
Fix OptiX denoiser for transparent film in Cycles X |
June 15, 2021, 13:52 (GMT) |
Fix Cycles X shadow catcher display pass Missed in the previous fix for viewport passes in d9a645dcc02. |
June 15, 2021, 13:43 (GMT) |
LineArt: Remove custom camera options as this patch doesn't include this function. |
June 15, 2021, 13:39 (GMT) |
LineArt: Respect cache override limits. |
June 15, 2021, 13:36 (GMT) |
LineArt: Respect cache override limits. |
June 15, 2021, 13:28 (GMT) |
USD IO: latest UMM addon. Merged latest umm_add_on branch of the addons_contrib submodule. |
Revision 1172c0a by Jacques Lucke (temp-attribute-processor) June 15, 2021, 13:22 (GMT) |
Merge branch 'master' into temp-attribute-processor |
June 15, 2021, 13:07 (GMT) |
LineArt: Use separate sub panel for line types. |
June 15, 2021, 13:00 (GMT) |
Cleanup: remove unused include statements No functional changes. |
June 15, 2021, 12:57 (GMT) |
Cleanup: remove unused include statements No functional changes. |
June 15, 2021, 12:47 (GMT) |
Cycles X: Spelling corrections Got ,missed in patch transition between computers. |
June 15, 2021, 11:37 (GMT) |
Knife: Snapping increment changes are shown immediately Currently, when a user uses the number keys to input a new snapping angle increment in constrained angle mode it does not visually update until the mouse is jiggled. This patch solves this problem so it now updates as each number is typed. |
June 15, 2021, 11:26 (GMT) |
Created a script for running blend file with pre-loaded modifier Added a loop to add each category geo_node tests Each geometry node test is an individual test. It can be run separately by ctest command. For example ctest -R geo_node_mesh This will run all mesh tests. The extra overhead is each test adds to the total tests. Updated the script, adding support for cmd arguments Added exception errors for try except, formatting, adding comments Improved the workflow, updated error messages. Re-running of the test after BLENDER_TEST_UPDATE. Merge branch 'geo-node-testing' into soc-2021-geometry-nodes-regression-test Differential Revision: https://developer.blender.org/D11611 |
June 15, 2021, 11:05 (GMT) |
Merge branch 'master' into soc-2021-knife-tools |
June 15, 2021, 11:04 (GMT) |
Cleanup: Unecessary comments |
June 15, 2021, 10:32 (GMT) |
Cleanup: remove byte order mark Remove the Unicode BOM from a source file. No functional changes. |
June 15, 2021, 10:19 (GMT) |
LineArt: cache ui changes. |
June 15, 2021, 10:10 (GMT) |
LineArt: cache ui changes. |
|