Blender Git Loki
Git Commits -> Revision 02a7289
Revision 02a7289 by Hans Goudey (master) April 7, 2021, 14:12 (GMT) |
Fix T87264: Button to remove physics modifier doesn't work This is caused by rB9f323e9bf79f. When hover shortcuts are used, we cannot use the modifier from the context (which will be the active modifier), or they won't be hover shortcuts anymore! There didn't use to be an editor-level "modifier" context variable, which is why this worked before. The fix is simple, just specify the modifier name for this particular remove button. Differential Revision: https://developer.blender.org/D10870 |
Commit Details:
Full Hash: 02a7289fe3c8451af9a86e4518106e6a66f82070
Parent Commit: 15670eb
Lines Changed: +1, -2
1 Modified Path:
/release/scripts/startup/bl_ui/properties_physics_common.py (+1, -2) (Diff)