Blender Git Loki
Git Commits -> Revision df50104
Revision df50104 by Philipp Oeser (master) June 10, 2020, 09:02 (GMT) |
Fix T77068: UV Proportional Edit "Connected Only" option affects UV clipping (even if the proportional edit itself is disabled) Checking T_PROP_EDIT_ALL returns true for _any_ of the options, so just check for T_PROP_EDIT. Note: this might expand to other similar checks (e.g. header text) Maniphest Tasks: T77068 Differential Revision: https://developer.blender.org/D7927 |
Commit Details:
Full Hash: df50104e1c75e73d93113f71b9c1226738a35169
Parent Commit: fc8a7a4
Lines Changed: +2, -2