Page MenuHome

Multi-Object-Editing: Seperate (MESH_OT_separate)
ClosedPublic

Authored by Nick Milios (semaphore) on May 9 2018, 1:31 AM.

Details

Summary
  • reports "Nothing selected" only when all objects has no selection and it is in Seperate 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...

Diff Detail

Repository
rB Blender

Event Timeline

Nick Milios (semaphore) edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.May 9 2018, 12:13 PM
This revision was automatically updated to reflect the committed changes.