Blender Git Commit Log

Git Commits -> Revision 7570409

Revision 7570409 by Brecht Van Lommel (master)
October 26, 2021, 12:56 (GMT)
Cycles: add additive AO support through Fast GI settings

Add a Fast GI Method, either Replace for the existing behavior, or Add
to add ambient occlusion like the old world settings.

This replaces the old Ambient Occlusion settings in the world properties.

Commit Details:

Full Hash: 75704091fccb92774790f6451efe4e1d00174dad
Parent Commit: eb1fed9
Lines Changed: +119, -30

14 Modified Paths:

/intern/cycles/blender/addon/properties.py (+13, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+6, -2) (Diff)
/intern/cycles/blender/blender_shader.cpp (+29, -12) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+1, -1) (Diff)
/intern/cycles/kernel/integrator/integrator_shade_surface.h (+21, -10) (Diff)
/intern/cycles/kernel/integrator/integrator_shadow_state_template.h (+4, -1) (Diff)
/intern/cycles/kernel/kernel_accumulate.h (+7, -1) (Diff)
/intern/cycles/kernel/kernel_shader.h (+9, -2) (Diff)
/intern/cycles/kernel/kernel_types.h (+7, -1) (Diff)
/intern/cycles/render/film.cpp (+4, -0) (Diff)
/intern/cycles/render/integrator.cpp (+13, -0) (Diff)
/intern/cycles/render/integrator.h (+3, -0) (Diff)
/intern/cycles/render/scene.cpp (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021