vdbVersionInfo()
→ dict
of str
to str
Returns a dictionary holding information about the USD library built into Houdini.
vdbversion
The VDB version number converted to a string. This is usually of the form Major.Minor.Patch
abiversion
The VDB version number with the ABI it was built against. It is most important that the ABI match with external libraries to ensure VDBs can be passed between plugins.
packageurl
The URL of the git repository from which the VDB library was built.
packagerevision
The git commit hash code for the specific branch used to build the VDB library.
See also |