Blender Git Commit Log
Git Commits -> Revision eadd5c7
Revision eadd5c7 by Sergey Sharybin (cycles-x) April 1, 2021, 13:04 (GMT) |
Cycles: Move AdaptiveSampling to integrator folder The device_task was the wrong place for it. The new placement makes it possible to start hooking up the adaptive sampling information to the PathTrace. There are some minor changes to make the class fit better into the new rendering pipeline, also documentation is somewhat improved. |
Commit Details:
Full Hash: eadd5c7add573065e2158b6296a2b51144af96a5
Parent Commit: 14693ce
Lines Changed: +190, -45
3 Added Paths:
/intern/cycles/integrator/adaptive_sampling.cpp (+62, -0) (View)
/intern/cycles/integrator/adaptive_sampling.h (+44, -0) (View)
/intern/cycles/test/integrator_adaptive_sampling_test.cpp (+81, -0) (View)
/intern/cycles/integrator/adaptive_sampling.h (+44, -0) (View)
/intern/cycles/test/integrator_adaptive_sampling_test.cpp (+81, -0) (View)