Page MenuHome

Fix T60821: highlighting issues in Dope Sheet
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Mar 28 2019, 1:43 PM.

Diff Detail

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

Event Timeline

Brecht Van Lommel (brecht) requested changes to this revision.Apr 3 2019, 7:20 PM

object->flag & SELECT is not longer a thing , it's now ob->base_flag & BASE_SELECTED which is synced from base->flag & BASE_SELECTED by the depsgraph. The latter is preferred when possible.

This revision now requires changes to proceed.Apr 3 2019, 7:20 PM
This revision is now accepted and ready to land.Apr 8 2019, 6:00 PM
This revision was automatically updated to reflect the committed changes.