7#ifndef PXR_USD_USD_UTILS_STITCH_CLIPS_H
8#define PXR_USD_USD_UTILS_STITCH_CLIPS_H
17#include "pxr/usd/usdUtils/api.h"
20#include "pxr/usd/sdf/path.h"
24PXR_NAMESPACE_OPEN_SCOPE
106 const std::vector<std::string>& clipLayerFiles,
108 const double startTimeCode
109 = std::numeric_limits<double>::max(),
110 const double endTimeCode
111 = std::numeric_limits<double>::max(),
112 const bool interpolateMissingClipValues
115 = UsdClipsAPISetNames->default_);
130 const std::vector<std::string>& clipLayerFiles);
150 const SdfLayerHandle& topologyLayer,
151 const std::vector<std::string>& clipLayerFiles,
205 const SdfLayerHandle& topologyLayer,
206 const SdfLayerHandle& manifestLayer,
208 const std::string& templatePath,
209 const double startTime,
210 const double endTime,
212 const double activeOffset
213 = std::numeric_limits<double>::max(),
214 const bool interpolateMissingClipValues
217 = UsdClipsAPISetNames->default_);
245PXR_NAMESPACE_CLOSE_SCOPE
A scene description container that can combine with other such containers to form simple component as...
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
USDUTILS_API std::string UsdUtilsGenerateClipManifestName(const std::string &rootLayerName)
Generates a manifest file name based on an input file name.
USDUTILS_API bool UsdUtilsStitchClips(const SdfLayerHandle &resultLayer, const std::vector< std::string > &clipLayerFiles, const SdfPath &clipPath, const double startTimeCode=std::numeric_limits< double >::max(), const double endTimeCode=std::numeric_limits< double >::max(), const bool interpolateMissingClipValues=false, const TfToken &clipSet=UsdClipsAPISetNames->default_)
A function that creates layers that use USD Value Clips to effectively merge the time samples in the ...
USDUTILS_API std::string UsdUtilsGenerateClipTopologyName(const std::string &rootLayerName)
Generates a topology file name based on an input file name.
USDUTILS_API bool UsdUtilsStitchClipsTemplate(const SdfLayerHandle &resultLayer, const SdfLayerHandle &topologyLayer, const SdfLayerHandle &manifestLayer, const SdfPath &clipPath, const std::string &templatePath, const double startTime, const double endTime, const double stride, const double activeOffset=std::numeric_limits< double >::max(), const bool interpolateMissingClipValues=false, const TfToken &clipSet=UsdClipsAPISetNames->default_)
A function which authors clip template metadata on a particular prim in a result layer,...
USDUTILS_API bool UsdUtilsStitchClipsManifest(const SdfLayerHandle &manifestLayer, const SdfLayerHandle &topologyLayer, const std::vector< std::string > &clipLayerFiles, const SdfPath &clipPath)
A function which creates a clip manifest from the set of clipLayerFiles for use in USD's Value Clips ...
USDUTILS_API bool UsdUtilsStitchClipsTopology(const SdfLayerHandle &topologyLayer, const std::vector< std::string > &clipLayerFiles)
A function which aggregates the topology of a set of clipLayerFiles for use in USD's Value Clips syst...