-
Notifications
You must be signed in to change notification settings - Fork 10
Pipeline GUIs
Benjamin Nelson DeMann edited this page Aug 24, 2017
·
1 revision
Most of the GUIs are pretty simple as far as their overview goes.
- assemble_gui is a version of the selection_gui with some special helper functions to help with assembling.
- checkout_gui allows a user to select a body to checkout. It allows them to the previous publish message for the version you are checking out.
- inspire_quote_gui shows a random quote from one of the professors.
- new_body_gui allows the user to add a new body to the project.
- publish_gui allows the user to publish a body.
- reference_gui allows a user to bring in a referenced body into Maya.
- request_email can ask a user for their email so they can receive updates about the bodies they are working on.
- rollback_gui allows the user to select and restore a previous version of a body.
- selection_gui is a simplified version of the checkout_gui for use when checkouts and previous publish information doesn't really make sense but a user need to select a body from the project.