Blender Git Commit Log

Git Commits -> Revision 5ca302c

Revision 5ca302c by Dalai Felinto (master)
July 17, 2019, 02:01 (GMT)
Fix T67078: Crash with vertex slide and multi-objects

If one of the objects had invalid selected edges, it would lead to a
crash since none of the for loops were checking for whether the edge
slide data is valid.

We could refactor the macros to create a new
FOREACH_TRANS_DATA_CONTAINER_WITH_DATA

However we are too close to 2.80 final release so we manually skip them
for now.

Note: TRANS_DATA_CONTAINER_FIRST_OK cannot be used either for the same
reason.

Reviewers: campbellbarton

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

Commit Details:

Full Hash: 5ca302cb0cb40506e1f8a5f22e9baa3738ab4a58
Parent Commit: 4a5e046
Lines Changed: +48, -6

2 Modified Paths:

/source/blender/editors/transform/transform.c (+44, -6) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021