Hey Folks,
Now that USD 20.x is released, is there a plan to switch from USD 19.11 to 20.x?
Will this version of USD only be available in the Python 3 variant of Houdini?
Thanks!
Python 3.7.4 (default, Mar 11 2020, 10:26:42) [MSC v.1916 64 bit (AMD64)] on win32
Houdini 18.0.450 hou module imported.
Type "help", "copyright", "credits" or "license" for more information.
>>> from pxr import Usd
>>> Usd.GetVersion()
(0, 19, 11)
Python 2.7.15 (default, Mar 11 2020, 10:04:57) [MSC v.1916 64 bit (AMD64)] on win32
Houdini 18.0.416 hou module imported.
Type "help", "copyright", "credits" or "license" for more information.
>>> from pxr import Usd
>>> Usd.GetVersion()
(0, 19, 11)