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

MAYA-128211 block command when layers are muted #2934

Merged
merged 3 commits into from
Mar 15, 2023

Commits on Mar 10, 2023

  1. MAYA-128211 block command when layers are muted

    When there is at least one muted layers, block the delete, rename, group and reparent commands. These are commands that re-organize the hierarchy and must thus affect all layers with opinions. When some of these layers are muted, they would not be able to be updated with the new prim path, thus we prevent the operation.
    
    Add unit tests for the commands. Note that reparent and group are composite commands using the same underlying command (insert child) and thus require only one test.
    pierrebai-adsk committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3a27338 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    bcc463d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae53807 View commit details
    Browse the repository at this point in the history