Blender Git Commits

Blender Git "blender-v2.79-release" branch commits.

Page: 5 / 6

August 17, 2017, 13:40 (GMT)
Fix T52240: Alembic Not Transferring Materials Per Frame

When a mesh changes its number of vertices during the animation,
Blender rebuilds the DerivedMesh, after which the materials weren't
applied any more (causing the default to the first material slot).
August 17, 2017, 13:40 (GMT)
Alembic: Renamed variable assigned_name ? assigned_mat

The variable is a pointer to a Material, not to a name/string.
August 17, 2017, 12:29 (GMT)
Fix OSX duplicate path in Python's sys.path

The '..' in the path caused simple comparisons to fail.

D2780 by @akitula
August 17, 2017, 12:20 (GMT)
Blender 2.79: We are entering RC2 stage
August 17, 2017, 12:13 (GMT)
Fix T52255: New Depsgraph - Constraint and Drivers not working together when the driver references itself
August 17, 2017, 12:07 (GMT)
Alembic import: report object name in face color index out of bounds error
August 17, 2017, 12:07 (GMT)
Alembic import: fix crash when face color index is out of bounds.

This can happen with Alembic files exported from Maya. I'm unsure as to the
root cause, but at least this fixes the crash itself.

Thanks to @looch for reporting this with a test file. The test file has to
remain confidential, though, so it's on my workstation only.
August 17, 2017, 12:07 (GMT)
Fix T51701: Alembic cache screws up mesh.

Use same trick as in DataTransfer modifier e.g. to avoid modifying
existing mesh's data.
August 17, 2017, 12:07 (GMT)
Forgot to change magicnumber of OIIO built lib in previous commit...
August 17, 2017, 12:07 (GMT)
install_deps: disable PTex in our OIIO building for now, broken on newest systems.
August 17, 2017, 12:07 (GMT)
Fix compilation error when building without Blender

Simply disabled python tests, they can't be run anyway (since blender target is
not enabled) and we don't have any player-related tests in that folder.
August 17, 2017, 12:07 (GMT)
CMake: test build configuration support

D2765 by @akitula
August 17, 2017, 12:07 (GMT)
Fix T52278: 'Default' application template fails

Own error in 7398b3b7
August 17, 2017, 12:07 (GMT)
Fix T52329: Boolean with aligned shapes failed

Creating ngons with multiple axis aligned shapes in the middle of a
single face would fail in some cases.

This exposed multiple problems in BM_face_split_edgenet_connect_islands

- Islands needed to be sorted on Y axis when X was aligned.
- Checking edge intersections needed increased endpoint bias.
- BVH epsilon needed to be increased.
August 17, 2017, 12:07 (GMT)
Math Lib: add isect_seg_seg_v2_point_ex

This exposes end-point bias argument, needed in rare cases.
August 17, 2017, 12:07 (GMT)
Cycles: Fixed broken camera motion blur when motion was not set to center on frame

Reviewers: #cycles, sergey

Reviewed By: #cycles, sergey

Subscribers: sergey

Differential Revision: https://developer.blender.org/D2787
August 17, 2017, 12:07 (GMT)
Cycles: Guard memcpy to potentially re-allocating memory with lock

Basically, make re-alloc and memcpy from the same lock, otherwise one
thread might be re-allocating thread while another one is trying to
copy data there.

Reported by Mohamed Sakr in IRC, thanks!
August 17, 2017, 12:07 (GMT)
Fix width estimation for buttons with short labels in pie menus

Differential Revision: https://developer.blender.org/D2781

To be backported to 2.79 branch
August 17, 2017, 12:07 (GMT)
iFix T52050: Empty VSE preview for scene strips with OpenGL preview + Rendered settings.

'OpenGL Preview' checkbox was redundant now, just use seq_prev_type
value only.

Might be OK for 2.79, but should be double-checked first...
August 17, 2017, 12:07 (GMT)
Fix T52327: Entering/Exiting NLA Tweakmode disables Scene -> Only Keyframes from Selected Channels

The tweakmode flag and the selected-channels flag accidentally
used the same value, due to confusion over where these flags were
supposed to be set. The selected-channels flag has now been moved
to use a different value, so that there shouldn't be any further
conflicts.

To be ported to 2.79.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021