Loading...
Searching...
No Matches
pyUtils.h
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_USD_SDF_PY_UTILS_H
8#define PXR_USD_SDF_PY_UTILS_H
9
10#include "pxr/pxr.h"
11#include "pxr/usd/sdf/api.h"
12#include "pxr/usd/sdf/layer.h"
13
14#include "pxr/external/boost/python/dict.hpp"
15#include <string>
16
17PXR_NAMESPACE_OPEN_SCOPE
18
25SDF_API bool
26SdfFileFormatArgumentsFromPython(
27 const pxr_boost::python::dict& dict,
29 std::string* errMsg = NULL);
30
31PXR_NAMESPACE_CLOSE_SCOPE
32
33#endif // PXR_USD_SDF_PY_UTILS_H
std::map< std::string, std::string > FileFormatArguments
Type for specifying additional file format-specific arguments to layer API.
Definition: layer.h:107