Blender Git Loki
Git Commits -> Revision 30395a4
Revision 30395a4 by Nathan Craddock (master) June 4, 2020, 11:48 (GMT) |
Fix T77073: Objects cannot be activated after collection exclude When excluding a collection containing the active object in either texture paint or particle edit mode, the object could not be reactivated when the collection was re-enabled. This is because the object's mode was left in TEXTURE_PAINT or PARTICLE_EDIT, and the activation code did not have cases to handle these modes. This moves the code that is run when toggling out of texture paint or particle edit modes to functions so activation can properly toggle off the respective interaction mode. |
Commit Details:
Full Hash: 30395a491f5aa0764b57cb8b715740152d61fdcc
Parent Commit: c7c3908
Committed By: Campbell Barton
Lines Changed: +12, -0
1 Modified Path:
/source/blender/editors/object/object_modes.c (+12, -0) (Diff)