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

Outliner rework of Material items: #2775

Merged
merged 5 commits into from
Dec 14, 2022
Merged

Commits on Dec 12, 2022

  1. Outliner rework of Material items:

    Right-click menu on prim when material is assigned.
    - Unbind Material should say Unassign Material
    
    Right-click menu on any scope that matches the default scope name
    - Bind Material menu should be removed
    - Assign New Material should be changed to Add New Material
    
    Right-click menu on material node when nothing else is selected
    - Assign Material to Selection should be hidden, not just disabled, if there's no selection
    - Bind Material menu should be removed
    - Assign New Material: should you be able to assign a material to a material? This should be removed
    
    Right-click menu on material node when there is a selection
    - Assign New Material: should be removed
    
    Letter-casing in Assign New Material sub-menus is incorrect
    - USD instead of Usd
    - glTF PBR instead of Gltf Pbr
    
    Added unit test for the new "Add New Material" command.
    JGamache-autodesk committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d72529b View commit details
    Browse the repository at this point in the history
  2. Fix Unix builds

    JGamache-autodesk committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    41884c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d3833 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    8d5bd89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2b9db View commit details
    Browse the repository at this point in the history