24 #ifndef PXR_USD_USD_UTILS_STITCH_CLIPS_H 25 #define PXR_USD_USD_UTILS_STITCH_CLIPS_H 34 #include "pxr/usd/usdUtils/api.h" 37 #include "pxr/usd/sdf/path.h" 41 PXR_NAMESPACE_OPEN_SCOPE
123 const std::vector<std::string>& clipLayerFiles,
125 const double startTimeCode
126 = std::numeric_limits<double>::max(),
127 const double endTimeCode
128 = std::numeric_limits<double>::max(),
129 const bool interpolateMissingClipValues
132 = UsdClipsAPISetNames->default_);
147 const std::vector<std::string>& clipLayerFiles);
167 const SdfLayerHandle& topologyLayer,
168 const std::vector<std::string>& clipLayerFiles,
222 const SdfLayerHandle& topologyLayer,
223 const SdfLayerHandle& manifestLayer,
225 const std::string& templatePath,
226 const double startTime,
227 const double endTime,
229 const double activeOffset
230 = std::numeric_limits<double>::max(),
231 const bool interpolateMissingClipValues
234 = UsdClipsAPISetNames->default_);
262 PXR_NAMESPACE_CLOSE_SCOPE
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 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 ...
A scene description container that can combine with other such containers to form simple component as...
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...
Token for efficient comparison, assignment, and hashing of known strings.
USDUTILS_API std::string UsdUtilsGenerateClipTopologyName(const std::string &rootLayerName)
Generates a topology file name based on an input file name.
A path value used to locate objects in layers or scenegraphs.
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 std::string UsdUtilsGenerateClipManifestName(const std::string &rootLayerName)
Generates a manifest file name based on an input file name.