Blender Git Commits

Blender Git "temp-fracture-modifier-2.8" branch commits.

Page: 32 / 135

August 17, 2017, 13:41 (GMT)
Fixed Alembic unit test

Commit b6d7cdd3cee9312156e20783248a3b12420b7a53 changed how the mesh data
is deformed, which wasn't taken into account yet in this unit test.

Instead of directly reading the mesh vertices (which aren't animated any
more), we convert the modified mesh to a new one, and inspect those
vertices instead.
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: 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)
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)
Alembic import: report object name in face color index out of bounds error
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)
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 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)
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 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)
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)
Pie menu's sub-rows ignore 'EXPAND' flag

Regression, to be backported in 2.79.
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.
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021