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

Visible flag for projects and assets #21

Closed
mottosso opened this issue Oct 31, 2017 · 0 comments
Closed

Visible flag for projects and assets #21

mottosso opened this issue Oct 31, 2017 · 0 comments
Labels

Comments

@mottosso
Copy link
Contributor

Goal

Reduce clutter for active projects, by letting old/inactive projects and assets disappear from view.

Motivation

Mindbender has accumulated a few past projects, along with a few misspelled projects and assets. Rather than deleting things, which is dangerous for all sorts of reasons, it's better to simply hide them. That way, no references are broken, there is no need for undo or cautious backups.

Implementation

project["data"]["visible"] = False  # Defaults to True
asset["data"]["visible"] = False
mottosso added a commit that referenced this issue Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant