forked from GafferHQ/gaffer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BackgroundTask/Editor : Coordinate to find cancellation subject
This hack allows us to find the cancellation subject for the internal plugs of the new ImageInspector. Although it's a tiny bit hacky, I'm reasonably content with it because it's pretty isolated and the new "Use Editor.Settings to store your settings" guidance moves us closer to where we want to be with regard to Editors being Nodes eventually. I suspect that when we get there we'll be able to replace it with a single cleaner mechanism for BackgroundTask to recover the ScriptNode from a UI element.
- Loading branch information
1 parent
225c0db
commit 830de76
Showing
5 changed files
with
52 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters