7#ifndef PXR_USD_SDF_PY_UTILS_H
8#define PXR_USD_SDF_PY_UTILS_H
11#include "pxr/usd/sdf/api.h"
14#include "pxr/external/boost/python/dict.hpp"
17PXR_NAMESPACE_OPEN_SCOPE
26SdfFileFormatArgumentsFromPython(
27 const pxr_boost::python::dict& dict,
29 std::string* errMsg = NULL);
31PXR_NAMESPACE_CLOSE_SCOPE
std::map< std::string, std::string > FileFormatArguments
Type for specifying additional file format-specific arguments to layer API.