Blender Git Loki
Git Commits -> Revision f94c969
October 12, 2014, 04:33 (GMT) |
GPencil Toolshelf Panels - Split into two panels * Split Grease Pencil toolshelf panels into 2: One for drawing tools, and the other for the new stroke-editing tools * Added support for Grease Pencil toolshelf panels in Node Editor. As this gets added before all the other bits and pieces, this currently becomes the first tab in the menu (which is not what we want). This will do for now, since I'm not sure what alternatives to doing it this way exist. |
Commit Details:
Full Hash: f94c969193b812ff6db69c25758584efae67fd09
Parent Commit: 7e61d1f
Lines Changed: +73, -26
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+22, -12) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+11, -4) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+11, -4) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+17, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+12, -6) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+11, -4) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+11, -4) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+17, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+12, -6) (Diff)