Blender Git Loki
Git Commits -> Revision 27f0a19
Revision 27f0a19 by Sybren A. Stüvel (master) August 21, 2020, 10:34 (GMT) |
Cleanup: remove `exec()` calls from custom property editor Remove `exec()` and `eval()` calls from `WM_OT_properties_edit` where possible. This not only results in simpler, cleaner code, but also removes the necessity for `repr(value)` to evaluate to a Python expression that in turn evaluates to `value` again. No functional changes. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D8658 |
Commit Details:
Full Hash: 27f0a19bdc09c785d4ef5f7ac2bcd97018bed489
Parent Commit: 3bc09c1
Lines Changed: +6, -12
1 Modified Path:
/release/scripts/startup/bl_operators/wm.py (+6, -12) (Diff)