Page MenuHome

Multi-Object-Mode: Edit MetaBall Tool select all (MBALL_OT_select_all)
AbandonedPublic

Authored by Nick Milios (semaphore) on May 10 2018, 5:19 PM.

Diff Detail

Event Timeline

rebase into 2.8 head

Dalai Felinto (dfelinto) requested changes to this revision.May 14 2018, 2:36 PM
Dalai Felinto (dfelinto) added inline comments.
source/blender/editors/metaball/mball_edit.c
136

You can't return in the middle of the for loop, you should continue instead. Also please use BKE_mball_is_any_unselected

This revision now requires changes to proceed.May 14 2018, 2:36 PM
  • Fixed missed return statement and rebase 2.8
Nick Milios (semaphore) marked an inline comment as done.May 15 2018, 3:08 PM
  • check BKE_mball_is_any_unselected and BKE_mball_is_any_selected
  • Fix SEL_TOGGLE case not working
Dalai Felinto (dfelinto) requested changes to this revision.Nov 2 2018, 8:18 PM

See D3431 for comments.

This revision now requires changes to proceed.Nov 2 2018, 8:18 PM