Page MenuHome

Bone Selection Sets: USE_INSERTION on CollectionProperties
ClosedPublic

Authored by Demeter Dzadik (Mets) on Sep 21 2020, 2:49 PM.

Details

Summary

Use the new 'USE_INSERTION' override flag (rBdb314ee7a472) to allow creating new entries of Selection Sets on overridden rigs. I tested including saving and reloading, assigning and removing bones from a set:

  • Can create and name new, local sets
  • Can add and remove bones to and from those local sets
  • Can add bones to original, non-local sets and remove those same bones
  • Can NOT remove original sets
  • Can NOT remove originally assigned bones bones from originally existing sets

To me this all seems to be working as intended, so might as well use it!

Diff Detail

Event Timeline

Demeter Dzadik (Mets) requested review of this revision.Sep 21 2020, 2:49 PM
Demeter Dzadik (Mets) created this revision.

Note that ideally, operators poll functions from that add-on should also be updated to be able to return meaningful error messages to the user (and even disable themselves in UI) when trying to perform invalid operations on 'original' data…

But for now LGTM.

This revision is now accepted and ready to land.Sep 21 2020, 3:07 PM