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
I get an empty list; no matter whether I have active mayaUsdProxyShape instances in my scene or not.
However, asking around on ASWF slack wg-usd channel others were able make this work.
In their case, maya 2024.0 + maya usd 0.23.0, getting wit the same code e.g. the following result :
Steps to reproduce
Steps to reproduce the behavior:
Launch Maya
Create some proxies
Run the example code
Expected behavior
Be able to retrieve any of the current session's Usd.Stage from the cache.
I expect the code snippet to list all used stages by Maya's plugin.
Specs (if applicable):
OS & version: Windows 10
Maya version: 2024.2
Maya USD commit: 0.26.0 (release)
Additional context
I'm not entirely sure whether this cache is intended to be accessible, but since others did get output in an older version I figured it'd be good to report that I was unable to get any results from it.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running this code:
I get an empty list; no matter whether I have active
mayaUsdProxyShape
instances in my scene or not.However, asking around on ASWF slack
wg-usd
channel others were able make this work.In their case, maya 2024.0 + maya usd 0.23.0, getting wit the same code e.g. the following result :
Is this a regression?
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to retrieve any of the current session's
Usd.Stage
from the cache.I expect the code snippet to list all used stages by Maya's plugin.
Specs (if applicable):
Additional context
I'm not entirely sure whether this cache is intended to be accessible, but since others did get output in an older version I figured it'd be good to report that I was unable to get any results from it.
The text was updated successfully, but these errors were encountered: