Page MenuHome

Fix T76014: correct description of COLLECTION_OT_objects_remove_all
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Apr 23 2020, 10:47 AM.

Details

Summary

before rB17bd5c9d4b1e it was "Remove selected objects from all groups"

  • Dont see BKE_object_groups_clear checking if a collection is linked

to the current scene...

it...

Unless I am missing something, this indeed removes selection from _all_
collections, so account for that in the operator description/idname.

Diff Detail

Repository
rB Blender
Branch
T76014 (branched from master)
Build Status
Buildable 7686
Build 7686: arc lint + arc unit

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Apr 23 2020, 10:47 AM
This revision is now accepted and ready to land.Apr 23 2020, 10:53 AM

Hm, wonder why this has not been closed automatically?
(Anyways, has been commited in rB0fbcb824d0ff...)