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

Displays UI #823

Merged
merged 4 commits into from
May 1, 2014
Merged

Displays UI #823

merged 4 commits into from
May 1, 2014

Commits on May 1, 2014

  1. Added useNameAsPlugName argument to CompoundDataPlug::addMembers().

    Also added python bindings for CompoundDataPlug::fillCompoundData() and CompoundDataPlug::fillCompoundObject().
    johnhaddon committed May 1, 2014
    Configuration menu
    Copy the full SHA
    112e461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f27cd70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e591fa View commit details
    Browse the repository at this point in the history
  4. Improved Displays node UI.

    - Displayed only the label in the header section.
    - Added file browser for name widget.
    - Added a widget for editing the label in the collapsible section.
    - Greyed out widgets when the display is turned off.
    - Added delete button, visible when hovering over a particular display.
    - Stopped deriving from CompoundPlugValueWidget and overriding _footer() and used PlugLayout instead - one less thing to deal with in the ongoing refactoring of plug UIs.
    
    Fixes #15.
    johnhaddon committed May 1, 2014
    Configuration menu
    Copy the full SHA
    e18cbd6 View commit details
    Browse the repository at this point in the history