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

Fix VP2 rendering of UsdPreviewSurface with opacityThreshold #3947

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Oct 4, 2024

  1. Fix opacityThreshold was not exposed as a property in the UsdPreviewS…

    …urface fragment graphs.
    jufrantz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a29045 View commit details
    Browse the repository at this point in the history
  2. Fix UsdPreviewSurface should be fully opaque when the input opacity i…

    …s greater than or equal to the opacityThreshold.
    jufrantz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7fd21a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d61cc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Updated baseline images for testVP2RenderDelegateDrawModes to reflect…

    … UsdPreviewSurface VP2 shader changes.
    jufrantz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2319620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c65c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5bc1a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Skip testOpacityThreshold with Maya light API v1.

    UsdPreviewSurface fragment graph for v1 does not support opacityThreshold input.
    jufrantz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1ca8787 View commit details
    Browse the repository at this point in the history
  2. UsdPreviewSurface shading nodes with opacityThreshold are now VP2 ren…

    …dered as opaque.
    
    As discussed in PR [Autodesk#3952](Autodesk#3952).
    jufrantz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    661ea9d View commit details
    Browse the repository at this point in the history