Revision 6c1e786 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 6, 2021, 14:36 (GMT) |
EEVEE: LookDev: Move rendering to view render. This makes is possible to have AA and correct blending of the forward rendered spheres. However, to avoid distorded spheres we need to not support Lookdev in panoramic projection mode. Also remove support for LookDev when using render border for now. |
June 6, 2021, 14:03 (GMT) |
Merge branch 'master' into greasepencil-object |
June 6, 2021, 14:02 (GMT) |
Merge branch 'master' into eevee-gpencil |
June 6, 2021, 13:05 (GMT) |
Event Simulate: and a --keep-open command line argument It can be useful to investigate the state of the file after event simulation runs. |
June 6, 2021, 13:03 (GMT) |
Cleanup: unused argument |
June 6, 2021, 03:56 (GMT) |
Fix crash when UVs are not asked to be exported. |
June 6, 2021, 03:18 (GMT) |
LineArt: Fix edge clipping index error. Small bug that's causing edge count to be incorrect in final culled list, just being offset exactly 1 entry. Reviewed By: Sebastian Parborg (zeddb) Differential Revision: https://developer.blender.org/D11513 |
June 6, 2021, 01:05 (GMT) |
VSE: Remove seq->tmp usage from transform code This field was used for extend feature to get handle position of metastrip children. Since D9972 extend feature works only on meta strip itself, not it's children. So `SEQ_transform_get_left_handle_frame()` second argument is always false and can be removed. Another instance of `seq->tmp usage` is hack to distinguish strips to be shuffled, which is not covered by this patch. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10321 |
Revision 04f053c by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 5, 2021, 22:37 (GMT) |
EEVEE: ForwardPass: Add lightprobe support & fix pipeline selection |
June 5, 2021, 22:17 (GMT) |
Merge branch 'master' into compositor-full-frame |
Revision d66b98e by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 5, 2021, 21:46 (GMT) |
EEVEE: Patch lightprobe and light modules to handle zero lights/probes This expose the capability of having no light and no probe (except the world one) for specific views / code path. The caller just need to pass 0 as extent to the `set_view()` function. This is usefull for lookdev. |
Revision ae529ed by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 5, 2021, 21:45 (GMT) |
BLI: int2: add more float operator to avoid incorrect implicit cast |
Revision 581cb48 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 5, 2021, 21:44 (GMT) |
BLI: float2: add more operator and fix a typo |
June 5, 2021, 21:17 (GMT) |
Exact Boolean: fix last commit: pass an arg by reference instead of value. |
June 5, 2021, 20:19 (GMT) |
Merge branch 'master' into eevee-gpencil |
June 5, 2021, 19:25 (GMT) |
Fix (added argument) after master merge. |
June 5, 2021, 18:33 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
June 5, 2021, 18:31 (GMT) |
Exact Boolean: speed up when there are many separate components. Use bounding box tests quickly tell that two components cannot have a containment relation between each other. This change cut about 0.6s off a test with 25 big icospheres. |
June 5, 2021, 16:08 (GMT) |
Merge branch 'asset-browser-poselib' into asset-browser |
June 5, 2021, 16:08 (GMT) |
Merge branch 'master' into asset-browser |
|
|
|


Master Commits
MiikaHweb | 2003-2021