Blender Git Loki
Git Commits -> Revision efc4862
Revision efc4862 by Jacques Lucke (master) September 27, 2018, 14:06 (GMT) |
Refactor: Copy/Paste values from/to UI Previously copy and paste was handled within the same function using a mode switch, which is quite ugly in most cases. This patch separates the function into two and splits up those in even smaller functions to increase maintainability. Finally one new feature was added: You can copy from disabled fields now. (requested by hjalti) Reviewers: brecht Differential Revision: https://developer.blender.org/D3738 |
Commit Details:
Full Hash: efc4862ee69ca9565c1176c59628e023cdea17d0
Parent Commit: 58adc58
Lines Changed: +363, -233
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+363, -233) (Diff)