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

Support for customisable HUD #6

Open
mottosso opened this issue Oct 8, 2014 · 1 comment
Open

Support for customisable HUD #6

mottosso opened this issue Oct 8, 2014 · 1 comment
Labels

Comments

@mottosso
Copy link
Member

mottosso commented Oct 8, 2014

Supply another struct for HUD.

hud.display = {
  'Current Frame': lambda: cmds.currentTime(query=True)
  'Currently selected object(s)': lambda: cmds.ls(selection=True)
}
hud.section = hud.TOPLEFT
@BigRoy
Copy link
Collaborator

BigRoy commented Feb 19, 2016

This would be a nice feature where it would also allow artists to "mark" it with the current state of animation, e.g. blocking, spline, polish. Maybe even artist name.

Or do you have other tips for such information?

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

2 participants