Blender Git Commit Log

All Blender Git commits.

Page: 742 / 8462

April 10, 2021, 20:24 (GMT)
Fix fireflies in barbershop due to self intersection

With the new handling of lights as regular intersections, float precision
could lead to self-intersection, causing the light to be counted many times
over and leading to fireflies.

This could be generalized to work for all primitives instead of just lights,
but that's more involved and could be done later. For now this is a simple
isolated change.
April 10, 2021, 20:23 (GMT)
Cleanup: remove line of code that has been replaced
April 10, 2021, 19:05 (GMT)
Cycles: Suppress adaptive sampling logs when adaptive sampling is not used

This way nobody gets confused why there are some calculations about adaptive
sampling when adaptive sampling is not used.
April 10, 2021, 18:44 (GMT)
Cleanup: remove some unnecessary includes from kernel API

Only needed for implementation.
April 10, 2021, 17:34 (GMT)
Cycles: Fix compilation error after merge

There is no more kernel_globals.h, those are in the kernel/device now.
The state of the file did not include this header, so assuming it is
safe to remove: it works on my macOS, but the PC is currently busy
compiling master's CUDA kernels, so can't easily verify GPU.
April 10, 2021, 16:55 (GMT)
cleanup
April 10, 2021, 16:50 (GMT)
move more to implementation file
April 10, 2021, 16:50 (GMT)
Merge branch 'master' into cycles-x
April 10, 2021, 16:48 (GMT)
add GVArray_For_SingleValue
April 10, 2021, 16:43 (GMT)
cleanup
April 10, 2021, 16:36 (GMT)
LibOverride: Fix resync bug on recursive overrides.

Linked override were not properly ignored in some part of the code,
leading to invalid resync results in some cases with recursive overrides
(i.e. overrides of overrides).

Reported by Andy @eyecandy from the studio.
April 10, 2021, 16:35 (GMT)
add utility classes
April 10, 2021, 16:04 (GMT)
add as generic span classe
April 10, 2021, 15:54 (GMT)
cleanup
April 10, 2021, 15:52 (GMT)
gspan conversion
April 10, 2021, 15:51 (GMT)
cleanup
April 10, 2021, 15:42 (GMT)
cleanup
April 10, 2021, 15:42 (GMT)
cleanup naming
April 10, 2021, 15:19 (GMT)
cleanup
April 10, 2021, 15:15 (GMT)
cleanup
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021