Blender Git Commits

Blender Git "fracture_modifier" branch commits.

Page: 28 / 130

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.
August 17, 2017, 12:07 (GMT)
Fix T52344: Softbody on Text.

Own previous fix (rBd5d626df236b) was not valid, curves are actually
supported by SoftBodies. It was rather a mere UI bug, which was not
including Surfaces and Font obect types in those valid for softbody UI.

Thanks to @brecht for the head up!

Also, fix safe for 2.79, btw.
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 T52344: Softbody on Text.

For some reasons (c) softbody modifier was marked as compatible with
curves... Would need much more work though, so for now just removing
that flag!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021