5e915baec4ad657ac9655a9921425bfaec98ea66
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
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%