HDK
|
#include <hboost/python/dict.hpp>
#include "pxr/pxr.h"
#include "pxr/usd/pcp/api.h"
#include "pxr/usd/pcp/types.h"
#include <string>
Go to the source code of this file.
Functions | |
PXR_NAMESPACE_OPEN_SCOPE PCP_API bool | PcpVariantFallbackMapFromPython (const hboost::python::dict &dict, PcpVariantFallbackMap *result) |
PXR_NAMESPACE_OPEN_SCOPE PCP_API bool PcpVariantFallbackMapFromPython | ( | const hboost::python::dict & | dict, |
PcpVariantFallbackMap * | result | ||
) |
Convert the Python dictionary dict
to a PcpVariantFallbackMap object and return it via result
, returning true if successful.