Blender Git Commit Log
Git Commits -> Revision 14f61c6
Revision 14f61c6 by Campbell Barton (master) January 25, 2021, 21:13 (GMT) |
Fix wm.context_* operators reusing values when it's not expected wm.context_* operators typically have their options set by menus or key bindings. Re-using options in this case can cause problems where two actions that change unrelated properties will re-use a setting from the previous execution. For example changing the lights Power impacted changing it's Radius afterwards. |
Commit Details:
Full Hash: 14f61c619b0bd28386673672881a234e7e1ded11
Parent Commit: c134d74
Lines Changed: +7, -0
1 Modified Path:
/release/scripts/startup/bl_operators/wm.py (+7, -0) (Diff)