Blender Git Commit Log
Git Commits -> Revision eff73af
Revision eff73af by Bastien Montagne (soc-2017-normal-tools) October 13, 2017, 16:45 (GMT) |
Fix bad UI-related code in action callbacks of operators. UI/drawing related code in action callbacks is really not nice, especially since we do have a more consistent way to dynamically show/hide some properties. Note that transform_ops one remains rather hackish here (since we have to use context for this case)... Not sure how to do it better so far. |
Commit Details:
Full Hash: eff73afd72081f9299ed667f322681bceb9f11d7
Parent Commit: 4b4114a
Lines Changed: +146, -41