Blender Git Commit Log

Git Commits -> Revision a4a6035

Revision a4a6035 by Jacques Lucke (master)
January 24, 2019, 13:41 (GMT)
Fix T58502: scopes don't work in the image editor

There were two problems:
1. The scopes were only updated when the "Scopes" category is active,
but this category has been removed in Blender 2.8.
2. The scopes moved from the TOOLS to the UI region.
However the update-code still searched for the "Scopes" category
in the TOOLS region.

Both problems are fixed with this commit:
1. Scopes have there own category again.
2. The update code is in the correct draw function now.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4245

Commit Details:

Full Hash: a4a60358b55d0b42dec425a5dc49ed660e5bbdfb
Parent Commit: bc32240
Lines Changed: +28, -44

2 Modified Paths:

/release/scripts/startup/bl_ui/space_image.py (+5, -21) (Diff)
/source/blender/editors/space_image/space_image.c (+23, -23) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021