USD Camera and USD Nurbs Curve Support #2022
-
Hi all, Test environment: Firstly, just curious if someone has any information on support of UsdGeomCamera in Maya. A few things that I have noticed at a quick glance is that the clipping planes are not easily set in the Attribute Editor, and that the camera has no physical representation in viewport. A breakdown of Maya support of the USD camera vs the standard Maya camera would be great to know. Secondly, I wanted to ask about the current state of UsdGeomNurbsCurves in Maya. I have exported a very basic NURBS curve from Maya via Export Selected menu item. When loading a curve USD file as USD stage or as a reference, I am seeing an issue where the curve is not rendered in the viewport. When selecting the curve in the Outliner, it appears correctly in the viewport. This seems like a bug, but I'm not sure if anyone else can replicate this issue. I'll attach a basic USD file to reproduce the issue. Thanks for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi @brycegbrazen, The AE has still limited support for different data types and we fallback to generic support which operates on strings and doesn't allow for editing. This is something that can be improved from the plugin side leveraging the work we did on supporting metadata via custom controls. Our end goal here is to add all the missing data types to UFE. Regarding nurbs curves support. I wonder if you are not running into issue with color where both background and curves had exactly the same color. We addressed it recently with this PR - #1998 Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @brycegbrazen,
The AE has still limited support for different data types and we fallback to generic support which operates on strings and doesn't allow for editing. This is something that can be improved from the plugin side leveraging the work we did on supporting metadata via custom controls. Our end goal here is to add all the missing data types to UFE.
Regarding nurbs curves support. I wonder if you are not running into issue with color where both background and curves had exactly the same color. We addressed it recently with this PR - #1998
Cheers,
KxL