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

refactoring_sandbox : VP2 Delegate : Moving Proxy Shape Does Not Update Prim Positions in Viewport #71

Closed
cfmoore007 opened this issue Oct 25, 2019 · 8 comments
Labels
bug Something isn't working

Comments

@cfmoore007
Copy link

Issue :

Moving the proxyShape, does not update prim positions in the viewport

Steps to re-produce :

import maya.cmds as cmds
cmds.loadPlugin ("AL_USDMayaPlugin")

# import proxyShape
cmds.AL_usdmaya_ProxyShapeImport(file="3_Spheres.usda")

# select proxy shape
cmds.select("AL_usdmaya_Proxy")

# notice, nothing in the viewport is moved
cmds.move(-10,rpr=True,z=True)

Testing Environment :
(Linux) Maya 2019.2
refactoring_sandbox ( d0bb624 ) and Pixar USD dev ( b85ddac )

( Windows ) beta ( latest PR )
refactoring_sandbox ( w/ PR#69 ) and Pixar USD-rc3

( having issues uploading example file, sorry! )

@BigRoy
Copy link
Contributor

BigRoy commented Oct 25, 2019

Are you able to reproduce this issue with the Hydra viewport too? I mentioned this bug too in #51 and it seems to be the same behavior. Note that I did not use the AL plug-in but the proxy shape from the maya usd plug-in itself.

Also this issue might be better described in that the global transformation of the Proxy shape is not taken into account whatsoever in the viewport display, correct? It does actually correctly visualize "Prim" movements, but specifically transforms of the proxy shape are totally ignored as if the proxy is always at the origin and does not inherit transforms.

@cfmoore007
Copy link
Author

In the older refactoring_sandbox (737616d), yes. The newer I'm having some issues with mtoh ... and getting some warnings. ( Honestly, we're stress testing the VP2 delegate more ).

@BigRoy
Copy link
Contributor

BigRoy commented Oct 25, 2019

The newer I'm having some issues with mtoh ... and getting some warnings.

These are likely fixed with #79 just now. However that does not fix your VP2 issue reported here.

@cfmoore007
Copy link
Author

3_Spheres.zip
added file

@huidong-chen
Copy link

Hi @cfmoore007 Thanks for raising this issue. I am looking into it.

@huidong-chen huidong-chen added the bug Something isn't working label Nov 5, 2019
@huidong-chen
Copy link

Logged as MAYA-99904 internally.

@cfmoore007
Copy link
Author

This seems addressed in PR#112

@huidong-chen
Copy link

Yes, the issue has been fixed by #112 . Thanks @cfmoore007 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants