Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suppression of elements in disabled operation #1702

Merged
merged 3 commits into from
Feb 21, 2023
Merged

Conversation

jpirnay
Copy link
Contributor

@jpirnay jpirnay commented Feb 20, 2023

If an operation is disabled you can opt to suppress the display of contained elements in the scene:
image
This option is also available in the operation property:
image
This option is only available if the operation has been disabled, active operations will always be displayed.
layered_op_display

@tatarize
Copy link
Member

Is that icon a ghost? Rather than an eyeball?

@@ -3638,3 +3638,13 @@ def RemoveAlpha(self, image, black_bg=False):
b"gYtSN6IY+kRjYW6sBVtK3W7AKIHermBNRQPgEsWqNfv6vJUMDVVETDVlpCdYUxEiH2XE+Z7p"
b"jikTgSOdGv4BIclJf+4n3KEAAAAASUVORK5CYII="
)

icons8_ghost_20 = PyEmbeddedImage(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ghost for not-shown. Seems like crossed-out-eyeball iconography.

@jpirnay jpirnay merged commit b115de9 into meerk40t:main Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants