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

Viewport hide objects #5381

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    8335938 View commit details
    Browse the repository at this point in the history
  2. EditScopeAlgo : Fix tweak node enabled inputs

    The tweak nodes should have their `enabled` plugs driven by the scene processor `enabled` plug. Previously we were only setting their value at creation time, and to a `Plug` object which will always evaluate to `True`.
    ericmehl committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    00188e8 View commit details
    Browse the repository at this point in the history