Blender Git Commit Log

All Blender Git commits.

Page: 2603 / 8462

April 1, 2019, 12:08 (GMT)
Cycles: Updated adaptive sampling error metric.
April 1, 2019, 12:08 (GMT)
Cycles: Adaptive sampling now influences neighboring pixels.

When a pixel requests new samples, it now also makes its neighbors require new samples.
Done via a simple box filter.
April 1, 2019, 12:08 (GMT)
Cycles: Moved adptive stopping from host to kernel.
April 1, 2019, 12:08 (GMT)
Cycles: Adaptive sampling on CPU shows per tile progress again.
April 1, 2019, 12:08 (GMT)
Cycles: More improvements for adaptive sampling.
April 1, 2019, 12:08 (GMT)
Cycles: Added sample count AOV.
April 1, 2019, 12:08 (GMT)
Cycles: Quick and dirty test of an adaptive sampler.
April 1, 2019, 11:58 (GMT)
Fix T63071: Bevel inconsistent results toggling harden_normals.

Some iterations in bevel were over a hash table, which leads
to possibly different results run-to-run, especially when
loop_slide is enabled. Changed those iters to go over all verts
of BMesh, which leads to consistent order run-to-run.
April 1, 2019, 11:52 (GMT)
Fix Get List Element node
April 1, 2019, 11:51 (GMT)
fix modifier definition
April 1, 2019, 10:23 (GMT)
Merge branch 'master' into functions
April 1, 2019, 09:31 (GMT)
Fix T63169: 'Duplicate Current' entry in new workspace menu is not translated.
April 1, 2019, 09:27 (GMT)
Merge branch 'master' into greasepencil-object
April 1, 2019, 09:24 (GMT)
GPencil: Redesign soft eraser logic

The old logic was working if the eraser was moved towards the end of the stroke, but got ugly results when the eraser was done towards the start of the stroke.
April 1, 2019, 09:24 (GMT)
GPencil: Remove low limit for soft eraser

The low limit was not needed in the loop.
April 1, 2019, 08:42 (GMT)
cleanup pack list node converter
April 1, 2019, 08:32 (GMT)
improve Pack List node UI
April 1, 2019, 08:27 (GMT)
Pack List nodes have two inputs by default
April 1, 2019, 08:20 (GMT)
create pack list node if certain type from search
April 1, 2019, 08:11 (GMT)
simple operators to create new function trees from modifier
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021