Blender Git Commit Log
Git Commits -> Revision 724746d
Revision 724746d by Tamito Kajiyama (master) December 4, 2012, 22:33 (GMT) |
A patch set by Bastien Montagne (many thanks!) * Removed the ../include and ../src include directories from scons/cmake files. These directories do not exist and are very noisy when building. * Coding style clean-up in Python scripts: 'string' is used for enum values, and "string" for usual stings. * UILayout.active is used instead of UILayout.enabled to grey out "inactive" settings. This still allows users to edit them, which can be handy sometimes. * Improved UI layout of the Line Style panel by means of: - The standard �??column�? paradigm is used in more places; - More compact layout where possible; and - Tweaks to the modifiers' header. * Improved UI layout of the Line Set panel by rearranging the "Selection by" options into a compact row of toggle buttons. |
Commit Details:
Full Hash: 724746dba2deed8e336fc66b36bfc3b5b1858a8e
SVN Revision: 52778
Parent Commit: ed0e2fb
Lines Changed: +230, -200