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

Ability to group publisher attributes #934

Open
2 tasks done
antirotor opened this issue Oct 2, 2024 · 0 comments
Open
2 tasks done

Ability to group publisher attributes #934

antirotor opened this issue Oct 2, 2024 · 0 comments
Labels
type: enhancement Improvement of existing functionality or minor addition

Comments

@antirotor
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues.

Please describe the feature you have in mind and explain what the current shortcomings are?

Attributes shown in the publisher UI are ordered by pyblish plugins themselves (and how they are defined there). With lot of attributes among lot of plugins make mess and it is super difficult to orient yourself.

How would you imagine the implementation of the feature?

if we allow additional value to attribute definition like group so you'll have something like:

BoolDef("point_sets",
               label="Export Point Sets",
               default=True,
               group="Point options"
)

Group name could be then used to .... well.... group stuff together?

Are there any labels you wish to add?

  • I have added the relevant labels to the enhancement request.

Describe alternatives you've considered:

No response

Additional context:

No response

@antirotor antirotor added the type: enhancement Improvement of existing functionality or minor addition label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

No branches or pull requests

1 participant