June 22, 2018, 12:00 (GMT) |
Eevee: LightCache: Add fallback cache for world if no scene cache found |
June 22, 2018, 11:57 (GMT) |
DRW: Add option to bypass deferred shader compilation |
Revision 0fb1e8f by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 22, 2018, 09:34 (GMT) |
Uncrustify processed. |
Revision 45a2126 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 22, 2018, 08:55 (GMT) |
Offline intersection and occlusion test code complete. |
Revision 2ec28dd by Dalai Felinto (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 22, 2018, 08:15 (GMT) |
Fix reading modifier object pointers Kudos to Bastien Montagne to help figure out the special modifier read code. |
Revision 71e2a5a by Dalai Felinto (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 22, 2018, 07:08 (GMT) |
Remove unused variable (instead of poorly silencing it with UNSED =)) |
Revision 161c67d by Dalai Felinto (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 22, 2018, 07:05 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into greasepencil-object |
Revision 727f6d7 by Dalai Felinto (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 22, 2018, 07:05 (GMT) |
Silence warning + cleanup |
Revision 8b24cf8 by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 22, 2018, 06:07 (GMT) |
Cycles: Support for distant lights Distant lights are not put in the light BVH and are treated as a special case. Either we sample a light from the BVH or choose one of the distant lights. |
Revision 118731d by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 22, 2018, 06:05 (GMT) |
Cycles: New design for PDF computations Now there are functions to calculate the picking probability for a given lamp/triangle. Fixed a bug that lamps was before triangles in the distribution array. |
Revision d234d87 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 22, 2018, 05:31 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr |
June 21, 2018, 17:57 (GMT) |
Merge branch 'hair_guides' into hair_guides_grooming |
June 21, 2018, 17:56 (GMT) |
Merge branch 'blender2.8' into hair_guides |
June 21, 2018, 16:47 (GMT) |
Object Mode: Remove cubemap lightprobes outline This is because the display code now differs and the outline does not match. This commit make them uselectable by their display shape (the sphere). I will revisit this latter. |
June 21, 2018, 16:45 (GMT) |
Eevee: LightProbes: Change/optimize the cubemap probe display |
June 21, 2018, 15:54 (GMT) |
Object Mode: Make the LightProbe Grid samples outlines as dots This is because this display will not always match the position of the baked samples. Making it as dots also makes it less flickery. |
June 21, 2018, 15:51 (GMT) |
Eevee: LightProbes: Add back and optimize the irradiance sample display |
Revision 009f33b by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 21, 2018, 15:23 (GMT) |
Fix name typo error |
Revision 82ecee0 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 21, 2018, 14:18 (GMT) |
Small UI Fixes * Fixed comment about the "Surface" panel. It's used after all (as a parent for two others). Adjusted comment to make that more obvious. * Don't show decorators on the Parent Relations panel. None of those settings should be driven/animated. Maybe we put it back for overrides later though? |
Revision 6d85d0f by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 21, 2018, 14:18 (GMT) |
Cleanup: Delete unused code |
|