This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
UsdUtilsExtractExternalReferencesParams Class Reference

Structure which controls aspects of the UsdUtilsExtractExternalReferences function. More...

#include <dependencies.h>

Public Member Functions

void SetResolveUdimPaths (bool resolveUdimPaths)
 Specifies whether UDIM template paths should be resolved when extracting references.
 
bool GetResolveUdimPaths () const
 

Detailed Description

Structure which controls aspects of the UsdUtilsExtractExternalReferences function.

Definition at line 33 of file dependencies.h.

Member Function Documentation

◆ GetResolveUdimPaths()

bool GetResolveUdimPaths ( ) const
inline

Definition at line 45 of file dependencies.h.

◆ SetResolveUdimPaths()

void SetResolveUdimPaths ( bool  resolveUdimPaths)
inline

Specifies whether UDIM template paths should be resolved when extracting references.

If true, the resolved paths for all discovered UDIM tiles will be included in the references bucket and the template path will be discarded. If false, no resolution will take place and the template path will appear in the references bucket.

Definition at line 40 of file dependencies.h.


The documentation for this class was generated from the following file: