Blender Git Loki
Git Commits -> Revision eb74853
Revision eb74853 by Antonis Ryakiotakis (master) February 19, 2014, 15:22 (GMT) |
Use tabs for image editor. For initial discussion see T38371 This commit organized panels for image editor to new tab categories dependent on the image editor mode: View Mode: Tools - contains UV tools (currently only transform and UV Sculpting) Scopes - contains scopes Grease Pencil - contains Grease Pencil operators Paint Mode: Tools - contains brush options Scopes - as above Grease Pencil - as above Mask Mode Mask - contains mask tools Scopes - as above Grease Pencil - as above Grease Pencil panel/tab now includes operators, not view options which have been moved to the UI region on the right. To make this work better, image editor toolbar now is of type TOOLS instead of PREVIEW as was the case previously. A nice version patch makes sure all works predictably, but opening newer files with older blender executables could backfire. This commit does not address which UV Tools will be included in the Tools tab for the view mode, but does include some basic tools (transform) and provides a class to inherit from to avoid conflicts with UV Sculpting. Reviewers: brecht, dingto, sergey Differential Revision: https://developer.blender.org/D315 |
Commit Details:
Full Hash: eb7485389b8ae29c0f56c942e800722fe25ebebe
Parent Commit: 6b1a4fc
Lines Changed: +302, -190
1 Added Path:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+43, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+2, -19) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+179, -137) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_260.c (+35, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+8, -6) (Diff)
/source/blender/editors/space_image/image_intern.h (+2, -2) (Diff)
/source/blender/editors/space_image/space_image.c (+31, -25) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+179, -137) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_260.c (+35, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+8, -6) (Diff)
/source/blender/editors/space_image/image_intern.h (+2, -2) (Diff)
/source/blender/editors/space_image/space_image.c (+31, -25) (Diff)