You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Houdini's "ginfo" utility on a USD file uses the GEO_IOTranslator from the gusd library. This calls
some global Houdini "CH" library function which rely on the existence of a "CH_Manager" object. But
ginfo (unlike houdini or hython) does not create a CH_Manager, so calling these functions leads to a
crash.
Steps to Reproduce
Make sure USD is built and installed with Houdini support.
Run "ginfo foo.usd" on any USD file from a shell that has access to Houdini. This will crash.
The text was updated successfully, but these errors were encountered:
Description of Issue
Running Houdini's "ginfo" utility on a USD file uses the GEO_IOTranslator from the gusd library. This calls
some global Houdini "CH" library function which rely on the existence of a "CH_Manager" object. But
ginfo (unlike houdini or hython) does not create a CH_Manager, so calling these functions leads to a
crash.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: