Blender Git Commit Log
Git Commits -> Revision c08e7e1
Revision c08e7e1 by Lukas Toenne (master) October 14, 2014, 08:17 (GMT) |
Fix T42209: Changing Node Editor header color also changes wire color The nodes wire was using 'TH_HEADER' flag to get its color and thus would be in sync with the header. Now make it so it uses its 'own' flag (actually 'TH_SYNTAX_R', the only TH_SYNTAX_* which wasn't yet used by the nodes). Also expose the setting to the user so it can be themified. This fixes T42209 Reviewers: lukastoenne Reviewed By: lukastoenne Maniphest Tasks: T42209 Differential Revision: https://developer.blender.org/D827 |
Commit Details:
Full Hash: c08e7e1dc0366c485dbea5ef1209f2cdb616fbb3
Parent Commit: cd2295f
Lines Changed: +12, -1