Blender Git Commits

Blender Git commits from all branches.

Page: 1772 / 2888

May 4, 2017, 12:20 (GMT)
Merge remote-tracking branch 'origin/master' into temp-cycles-denoising
May 4, 2017, 12:19 (GMT)
Cycles Denoising: Add option to store feature passes in the render result

Useful for debugging and possibly in the future in combination with a standalone animation denoising mode
May 4, 2017, 12:19 (GMT)
Cycles Denoising: Move denoising properties to the Cycles addon and improve the UI
May 4, 2017, 11:07 (GMT)
BGE: bge.render.offScreenCreate() takes one more parameter, reflect this in the argument format string.
May 3, 2017, 22:27 (GMT)
Cycles: Cryptomatte was only writing half the layers, now it's writing the full count
May 3, 2017, 22:27 (GMT)
Cycles: Fixed Cryptomatte output in GPU rendering
May 3, 2017, 22:27 (GMT)
Cycles: fixed writing of Cryptomatte AOVs
May 3, 2017, 22:27 (GMT)
Fixed errors from merging
May 3, 2017, 22:27 (GMT)
Cycles: Added cryptomatte outputs for material IDs
May 3, 2017, 22:27 (GMT)
Cycles: fixed writing of transparent Cryptomattes in non-branched path tracing mode
May 3, 2017, 22:27 (GMT)
Compositor: Added image in/out features to Cryptomatte node
May 3, 2017, 22:27 (GMT)
Compositor: fixed crypto matte false color picking, now allows negative numbers and draws nicer false colors
May 3, 2017, 22:27 (GMT)
Cycles: fixed an assert in Cryptomattes, now also writting sorted Cryptomatte 2 layers
May 3, 2017, 22:27 (GMT)
Compositor: Added Cryptomatte node
May 3, 2017, 22:27 (GMT)
Added crypto matte output for Cycles
May 3, 2017, 22:27 (GMT)
Cycles: Implement AOV passes

Missing: Specifying the passes in the UI
May 3, 2017, 22:27 (GMT)
Merged Lukas? UI changes
May 3, 2017, 22:27 (GMT)
Cycles: Added missing entry in node items to make AOV node show up in UI
May 3, 2017, 21:49 (GMT)
Merge branch 'blender2.8' into workspaces

Conflicts:
source/blender/blenkernel/intern/scene.c
source/blender/blenloader/intern/readfile.c
source/blender/blenloader/intern/versioning_280.c
May 3, 2017, 19:41 (GMT)
Cycles Denoising: Fix crash in CPUDevice

The code initialized allocated memory by assigning the KernelGlobals to it. However, that calls the assignment operator, which frees previous elements which were never allocated.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021