Autodesk / maya-usd

A common USD (Universal Scene Description) plugin for Autodesk Maya
758 stars 202 forks source link

Wrong USD version in the release changelog? #3344

Open antopilo opened 11 months ago

antopilo commented 11 months ago

Describe the bug The change log of the last release says that it was compiled against USD 22-11 but on the documentation website it says 23.02.

from website: 
This build is compiled with USD 23.02 and MaterialX 1.38.5. This release installer includes the following improvements:

Steps to reproduce Steps to reproduce the behavior:

  1. Go to in the release page and read the change log 2 Go to https://help.autodesk.com/view/MAYAUL/2024/ENU/?guid=GUID-F8DED35F-3434-4BC8-B22C-EFC4AE7E487F and read the difference version

Expected behavior Should be the same in both pages

santosd commented 11 months ago

Hi @antopilo thank you for reporting this. The changelog is correct that build was compiled with USD 22.11. We will update the docs to match. Thanks again!

antopilo commented 11 months ago

I was wondering why my fileformat plugin compiled with 22.11 wasn't working in maya but works in USD view. Is there some kind of custom USD version that this plugin uses?

seando-adsk commented 11 months ago

Yes we have our own custom USD build that contains a few extra fixes including some security patches (cherry-picked from USD dev branch). The MayaUsd install includes our full USD build, so you should try and build your fileformat plugin with it. The files needed to build with our USD (include/cmake/etc) are included in a zipped file (devkit.zip or devkit.tgz) that you'll need to extract first.

Sean

maya-usd-git-sync[bot] commented 9 months ago

Issue synced internally to EMSUSD-819