Blender Git Commits

Blender Git "master" branch commits.

Page: 2063 / 5574

July 3, 2017, 17:13 (GMT)
Fix for merged 'normal map tangents not working correctly when there are no UV maps.'
July 3, 2017, 16:53 (GMT)
Merge branch 'master' into blender2.8
July 3, 2017, 16:26 (GMT)
Fix T51950: Abnormally long Cycles OpenCL GPU render times with certain panoramic camera settings

The problem here was that when a "invalid" path is generated by the panoramic camera, it was tagged
as RAY_TO_REGENERATE with the intention of generating a new path in kernel_buffer_update.

However, since that state was not handled in kernel_queue_enqueue, kernel_buffer_update did not
process the path which resulted in an infinite loop.
July 3, 2017, 16:26 (GMT)
Cycles: Add missing split kernel to CPUDevice
Revision 56422ff by Luca Rood
July 3, 2017, 16:00 (GMT)
Fix T51523: Lattice modifier affecting particles even when disabled

Particles were ignoring the lattice modifier visibility, and
"influence" property.
July 3, 2017, 14:16 (GMT)
Eevee: Hide lightprobe data when using "Only Render"
July 3, 2017, 14:09 (GMT)
Fixed build error on Windows / VS2015
July 3, 2017, 14:08 (GMT)
Alembic: fix T51820 for sequence files not loading properly.
July 3, 2017, 13:28 (GMT)
Alembic: avoid crashing when doing certain file operations.

Things like missing directories are now properly checked for, rather than
crashing Blender.

This also adds support for relative paths when opening an ABC file.
July 3, 2017, 13:18 (GMT)
Merge branch 'master' into blender2.8
July 3, 2017, 12:21 (GMT)
Alembic: renamed offset ? sequence_offset
Revision 44397a7 by Luca Rood
July 3, 2017, 10:51 (GMT)
Fix T51883: Wrong matrix computation in "Make Duplicates Real"
July 3, 2017, 10:47 (GMT)
Fix T51963: Eevee: ASAN crash on copy_attrib_name

Bug introduced on f6bb3262f17.

CustomData_get_named_layer returns a different result than
CustomData_get_named_layer_index.
Revision d48a952 by Luca Rood
July 3, 2017, 10:12 (GMT)
Fix missing return error introduced by last commit

End of non-void function was being reached since
f5535fcb83fd7c1374697923b43565c9e303d225
July 3, 2017, 03:25 (GMT)
Fi T51023: MixRGB constant folding not effective with clamp option.
July 3, 2017, 03:04 (GMT)
Fix T51855: Cycles emssive objects with NaN transform break lighting.
July 3, 2017, 00:24 (GMT)
Fix T51889: broken UI after File > New without a userpref.blend.

BLO_update_defaults_userpref_blend() was being run when no user preferences
were loaded from memory.
July 2, 2017, 21:40 (GMT)
Fix T51734: batch-generate previews crashes on some materials.
Revision 405121d by Lucas Veber / Brecht Van Lommel
July 2, 2017, 20:42 (GMT)
Fix T51759: fluid simulation particles not remoevd when colliding with outflow objects.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D2719
July 2, 2017, 20:00 (GMT)
Fix T51951: cell noise texture precision issue at unit vertex coordinates.

Solution is to bias the coordinates a little, same as Cycles checker texture.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021