Support for select similar region in multi object edit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks for your contribution. Your patch needs a few changes to proceed though.
Please see in-line comments for details.
| source/blender/editors/mesh/editmesh_select.c | ||
|---|---|---|
| 1343 | Move { to the previous line, with a space after the ( with a space between them. | |
| 1348 | Skip the for loop when no selected relevant element (face in this case I suppose?). | |
| 1357 | Report errors only once and only if all the objects have the same error. | |
| 1409 | Report errors only once and only if all the objects have the same error. | |
Comment Actions
I've updated the diff according to your comments
- Indentation fixed
- Skip the for loop when no selected relevant element
- Report errors only once and only if all the objects have the same error.
By the way, shouldn't it work across objects, the same way you want select_similar to work ? D3310