-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[usdview] Layered alembic transform payloads not always working #1118
Comments
Hi @AlexSchwank ! |
Hi @spiffmon , The teapot in the top right corner is the transformed one. The teapot at the origin has not transform. |
Filed as internal issue #USD-5879 |
Isn't usd ignoring the root transform of abc files? Or am I thinking of
something in-house here
…On Mon, Feb 24, 2020 at 11:34 AM jilliene ***@***.***> wrote:
Filed as internal issue #USD-5879
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1118>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJMCEIWCETGLUEKITGSHZLREQONRANCNFSM4KXXSGWQ>
.
|
Description of Issue
I'm running into an issue when I use multiple alembic payloads for a prim for transformations.
I have two files: teapot.abc containing a teapot mesh and teapotTransform.abc containing a transform for the teapot. Layering them using payloads is causing issues in usdview (see Case 2).
Case 1: no layers
A non-transformed teapot. No surprise here.
Case 2: abc transform (error case)
This is the case where it doesn't work. The teapot is not transformed. However,
usdview
is showing the transform attributes for teapot_teapot.Case 3: usd transform
This works as expected. The teapot is transformed. teapotTransform.usda was generated by
usdcat teapotTransform.abc -o teapotTransform.usda
.usdview
is showing the same transform attributes for teapot_teapot as in Case 2.Case 4: flattened stage
This works as well. Both myTeapot_usdTransform and myTeapot_abcTransform are transformed correctly.
teapot_files.zip
Package Versions
Tested in 19.07 and 19.11
The text was updated successfully, but these errors were encountered: