June 15, 2021, 09:44 (GMT) |
Cleanup: make `struct PoseBackup` an opaque struct Move `struct PoseBackup` into `pose_backup.c`, making it opaque to users of the `ED_pose_backup_...()` functions. This produces a slightly nicer API for the pose backup system. No functional changes. |
June 15, 2021, 09:40 (GMT) |
Refactor Cycles X OIDN denoiser to use PassAccessor No functional changes, just laying down code which is needed to denoise passes different from combined. |
June 15, 2021, 09:40 (GMT) |
Cycles X: Store information whether pass needs compositing on read Currently unused, but will allow to properly feed pixels to the denoiser (ignoring possible optimizations related on general scaling rules). |
June 15, 2021, 09:40 (GMT) |
Cycles X: Allow float3 access to shadow catcher pass |
June 15, 2021, 09:40 (GMT) |
Cycles X: Initial implementation of shadow catcher denoising Currently only implemented for OIDN denoiser. Almost straightforward. The tricky part is the albedo pass: using the real albedo causes unexpected discontinuity of the shadow catcher based on the albedo of the surface the shadow is cast on. Worked around by passing a fake albedo values. The downside is that it requires a full frame of constant values. Not sure if there is a way around it. Differential Revision: https://developer.blender.org/D11585 |
June 15, 2021, 09:38 (GMT) |
USD IO format fixes. |
June 15, 2021, 09:38 (GMT) |
Merge branch 'master' into cycles-x |
June 15, 2021, 09:33 (GMT) |
Support attribute interpolation with raycast. |
June 15, 2021, 09:33 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 15, 2021, 09:30 (GMT) |
Cleanup: assets, remove unused include No functional changes |
June 15, 2021, 09:30 (GMT) |
USD export Convert World Material option. |
June 15, 2021, 09:23 (GMT) |
LineArt: BVH reduction |
June 15, 2021, 09:05 (GMT) |
Merge remote-tracking branch 'origin/master' into asset-browser-poselib |
June 15, 2021, 08:51 (GMT) |
Merge branch 'temp-lineart-contained' into lineart-bvh |
June 15, 2021, 08:46 (GMT) |
Versionbump: 2.83.16-release |
June 15, 2021, 08:34 (GMT) |
LineArt: cached ui? |
June 15, 2021, 08:31 (GMT) |
Cleanup: pose library, use `LISTBASE_FOREACH_MUTABLE` macro Replace `for`-loop with `LISTBASE_FOREACH_MUTABLE` macro. No functional changes. |
June 15, 2021, 08:03 (GMT) |
Cleanup: assets, remove unused code No functional changes. |
June 15, 2021, 07:48 (GMT) |
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. |
June 15, 2021, 07:18 (GMT) |
bli: generational_arena: constructors and reserve() |
|