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

Error updating native instances #1163

Closed
marktucker opened this issue Apr 16, 2020 · 1 comment
Closed

Error updating native instances #1163

marktucker opened this issue Apr 16, 2020 · 1 comment

Comments

@marktucker
Copy link
Contributor

Description of Issue

There is a bug in the hydra native instancing update procedure such that the update fails given the right morphing of the stage.

Steps to Reproduce

  1. Load first.usda from the attached zip file into usdview:
    instanced_cubes.zip

  2. In the interpreter window, run:
    l = Sdf.Layer.FindOrOpen("second.usda")
    usdviewApi.stage.GetRootLayer().TransferContent(l)

  3. An error is printed to the console:
    ERROR: Usdview encountered an error while rendering.
    Error in 'pxrInternal_v0_20__pxrReserved__::UsdImagingDelegate::_GetUsdP
    rim' at line 531 in file F:/dev_tools/src/usd/usd-20.05/USD-py2.7/pxr/usdImaging
    /usdImaging/delegate.h : 'Failed verification: ' p ' -- No prim found for id: /F
    lattened_Master_1/instancer1'
    And the viewport doesn't show the new geometry. You can see that second.usda should look just like first.usda by loading it directly into usdview.

System Information (OS, Hardware)

Tested on Windows 10.

Package Versions

Tested with 19.11 and 20.05 with the same results.

@jilliene
Copy link

Filed as internal issue #USD-5997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants