February 16, 2021, 13:59 (GMT) |
Cycles: Register split kernel functions in CPUDevice Self-explanatory. Still need to be exposed via the Device API, but first would be nice to quickly double-check on it. |
February 16, 2021, 11:57 (GMT) |
Merge branch 'master' into temp-gpencil-io |
February 16, 2021, 11:57 (GMT) |
Merge branch 'master' into greasepencil-object |
February 16, 2021, 11:57 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
February 16, 2021, 11:42 (GMT) |
Cycles: Boiler plate code for the new split kernel functions The implementation of kernels places in the kernel/integrator folder to make some distinction between new code being written and the existing. Currently, all the kernels have a single KernelGlobals argument and an empty implementation. It would be nice if there is a way to have a minimal and standard arguments, as it simplifies things in the future. The new "section" of code is marked as such. Not sure if it's helping or not, but kind of feels it makes it easier to see functions which are to be removed or, at least, re-evaluated. The way how kernels are defined and declared follows the legacy macro, which I'm not huge fan of, but don't feel like looking into more clear ways of replacing them is a good time investment at this time. It is all localized, and doesn't matter too much for the actual code of the kernels implementation. |
February 16, 2021, 11:15 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
February 16, 2021, 11:12 (GMT) |
Fix build error on Linux / gcc |
February 16, 2021, 10:47 (GMT) |
Cycles: Remove CPU split kernel declaration Was missing in the bigger split kernel removal commit. There are still places in the code which are `ifdef __SPLIT_KERNEL__` and those are to be removed as well. Although they aren't really in a way yet. |
Revision 4ef8e14 by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Compositor: Redesign Cryptomatte node for better usability In the current implementation, cryptomatte passes are connected to the node and elements are picked by using the eyedropper tool on a special pick channel. This design has two disadvantages - both connecting all passes individually and always having to switch to the picker channel are tedious. With the new design, the user selects the RenderLayer or Image from which the Cryptomatte layers are directly loaded (the type of pass is determined by an enum). This allows the node to automatically detect all relevant passes. Then, when using the eyedropper tool, the operator looks up the selected coordinates from the picked Image, Node backdrop or Clip and reads the picked object directly from the Renderlayer/Image, therefore allowing to pick in any context (e.g. by clicking on the Combined pass in the Image Viewer). Technically there is some loss of flexibility because the Cryptomatte pass inputs can no longer be connected to other nodes, but since any compositing done on them is likely to break the Cryptomatte system anyways, this isn't really a concern in practise. In the future, this would also allow to automatically translate values to names by looking up the value in the associated metadata of the input, or to get a better visualization of overlapping areas in the Pick output since we could blend colors now that the output doesn't have to contain the exact value. {F9502764} Differential Revision: https://developer.blender.org/D3959 |
Revision 41dfeb8 by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Fixed bad merge |
Revision 8c131be by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Removed duplicate versioning code. |
Revision 2521d8c by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Code-style: switch statement. |
Revision 412295c by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Cleanup: Split converToOperations in multiple methods. |
Revision 6669f68 by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Codestyle: Spelling in comments. |
Revision 1e512a3 by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Code-style: reduce indentation. |
Revision 27ea45a by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Reverted wrong merge: Draw manager render result. |
Revision a35011c by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Code style: const + naming |
Revision ebc3fbf by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Clean-up: removed comment |
Revision db326ae by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Moved conversion to layer prefix function to cryptomatte node. |
Revision 71cd126 by Jeroen Bakker (compositor-cryptomatte-workflow, temp-compositor-cryptomatte-picker) February 16, 2021, 08:46 (GMT) |
Cleanup: use zero_v3 to clean data. |
|