Blender Git Commit Log
Git Commits -> Revision f4697b3
Revision f4697b3 by Campbell Barton (master) April 30, 2018, 10:14 (GMT) |
Tool System: change internal definitions (again) Was using classes to define tools, however this makes it awkward to dynamically generate them (we can do it, but its not very "Pythonic"). Move to a named tuple. |
Commit Details:
Full Hash: f4697b392d48302fc5df70208c22f4678150c702
Parent Commit: 98fe9da
Lines Changed: +495, -383