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