You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the population mask of a stage changes where it will cause re-population of prims, there should be an ObjectsChanged notice, but currently no notices are produced.
Our main concern is with how this prevents a usdview plugin from triggering a ui update when manipulating the population mask, so I'll describe that for the repro case...
Steps to Reproduce
open usdview and the interpreter
run usdviewApi.stage.SetPopulationMask(Usd.StagePopulationMask([Sdf.Path('/nonexistent_prim')]))
usdview is now displaying invalid prims!
Package Versions
tested on usd-0.20.02
The text was updated successfully, but these errors were encountered:
Description of Issue
When the population mask of a stage changes where it will cause re-population of prims, there should be an ObjectsChanged notice, but currently no notices are produced.
Our main concern is with how this prevents a usdview plugin from triggering a ui update when manipulating the population mask, so I'll describe that for the repro case...
Steps to Reproduce
usdviewApi.stage.SetPopulationMask(Usd.StagePopulationMask([Sdf.Path('/nonexistent_prim')]))
Package Versions
tested on usd-0.20.02
The text was updated successfully, but these errors were encountered: