7#ifndef PXR_USD_USD_PY_EDIT_CONTEXT_H
8#define PXR_USD_USD_PY_EDIT_CONTEXT_H
11#include "pxr/usd/usd/api.h"
12#include "pxr/usd/usd/editContext.h"
13#include "pxr/usd/usd/editTarget.h"
18PXR_NAMESPACE_OPEN_SCOPE
24struct UsdPyEditContext
27 explicit UsdPyEditContext(
28 const std::pair<UsdStagePtr, UsdEditTarget> &stageTarget);
30 explicit UsdPyEditContext(
const UsdStagePtr &stage,
33 friend struct Usd_PyEditContextAccess;
37 std::shared_ptr<UsdEditContext> _editContext;
41PXR_NAMESPACE_CLOSE_SCOPE
Defines a mapping from scene graph paths to Sdf spec paths in a SdfLayer where edits should be direct...
The outermost container for scene description, which owns and presents composed prims as a scenegraph...
#define TF_DECLARE_WEAK_PTRS(type)
Define standard weak pointer types.