Blender Git Loki
Git Commits -> Revision 5e915ba
Revision 5e915ba by Dalai Felinto (master) May 9, 2018, 10:13 (GMT) |
Multi-Object-Editing: MESH_OT_separate by Nick Milios Patch description: - Reports "Nothing selected" only when all objects has no selection and it is in Separate type(Mode) - Tested all types (Seperate/By Material/By loose parts) - Instead of using ``` BKE_view_layer_array_from_objects_in_edit_mode_unique_data ``` I used ``` BKE_view_layer_array_from_bases_in_edit_mode_unique_data ``` Because it needs the "Base" not the "Object" itself. Maniphest Tasks: T54643 Differential Revision: https://developer.blender.org/D3267 |
Commit Details:
Full Hash: 5e915baec4ad657ac9655a9921425bfaec98ea66
Parent Commit: 944054f
Lines Changed: +37, -28
1 Modified Path:
/source/blender/editors/mesh/editmesh_tools.c (+37, -28) (Diff)