Open grebenshyo opened 3 weeks ago
Should be fairly straightforward to restore this functionality. Here's how I would approach it:
CanvasBboxToolModule
, so it'd be CanvasBboxToolModule.$isBboxHidden
.toggleBboxVisibility
that toggles the flag.toggleBboxVisibility
.useCanvasManager()
to get the manager instance, then do useStore(canvasManager.tool.tools.bbox.$isBboxHidden)
to get the flag.not even quite sure where to start. i was able to find the file over here at some point, but not in my install. looks like that might be an issue with visibility configuration of the downloaded files?
Not asking you to do those steps - it's notes for a contributor who might want to add the feature.
oh, rofl, okay 👍🏾
Is there an existing issue for this?
Contact Details
No response
What should this feature add?
for some inexplicable reason, the bbox hiding functionality (shortcut shift+H) has been removed with the last update. the feature is crucial for the process of inpainting, when a user's focus shifts from the generation view to the whole view. having costantly the bbox border in the FOV makes it harder to check for the possible presence of visible seams, so the possibility of hiding it promptly to get a picture of the process is of primary importance. the only way for doing that as of now is by moving the bbox manually out of sight, which is obviously way too cumbersome for an efficient inpainting workflow.
Alternatives
No response
Additional Content
No response