erosDiffusion / ComfyUI-enricos-nodes

Compositor Node experiments
MIT License
318 stars 10 forks source link

Add Select Behind option #28

Closed erosDiffusion closed 2 months ago

erosDiffusion commented 2 months ago

As as user I want to be able to select an item behind the current one easily via control or command or alt keyboard accelerator so that I dont have to move an item around to select behind

erosDiffusion commented 2 months ago

the fabric option should be -> altSelectionKey: "ctrlKey", but it seems not working , the option perPixelTargetFind: true works well, but it might cause inability to move images if only transparent pixels "visible" outside the exported area. transparent pixel with this flag will be unselectable, there should be a flag to enable or disable this behavior. checked in #26

erosDiffusion commented 2 months ago

image

toolbox will allow toggleable precise selection via perPixelTargetFind

erosDiffusion commented 2 months ago

will be added in #49