#include <HUSD_MergeInto.h>
|
| | HUSD_MergeInto () |
| |
| | ~HUSD_MergeInto () |
| |
| void | setParentPrimType (const UT_StringHolder &primtype) |
| |
| const UT_StringHolder & | parentPrimType () const |
| |
| void | setPrimKind (const UT_StringHolder &kind) |
| |
| const UT_StringHolder & | primKind () const |
| |
| void | setPrimSpecifier (const UT_StringHolder &spec) |
| |
| const UT_StringHolder & | primSpecifier () const |
| |
| void | setParentPrimKind (const UT_StringHolder &kind) |
| |
| const UT_StringHolder & | parentPrimKind () const |
| |
| void | setMakeUniqueDestPaths (bool make_unique) |
| |
| bool | makeUniqueDestPaths () const |
| |
| void | setDestPathMode (DestPathMode mode) |
| |
| DestPathMode | destPathMode () const |
| |
| bool | addHandle (const HUSD_DataHandle &src, const UT_StringHolder &dest_path, const UT_StringHolder &source_node_path, const UT_StringHolder &source_path=UT_StringHolder(), fpreal frame_offset=0, fpreal framerate_scale=1, bool keep_xform=false, bool keep_material=false, const HUSD_TimeCode &time_code=HUSD_TimeCode()) |
| |
| bool | addHandle (const HUSD_DataHandle &src, const UT_StringArray &dest_paths, const UT_StringHolder &source_node_path, const UT_StringArray &source_paths, fpreal frame_offset=0, fpreal framerate_scale=1) |
| |
| bool | execute (HUSD_AutoLayerLock &lock) const |
| |
| bool | postExecuteAssignXform (HUSD_AutoWriteLock &lock, const UT_StringRef &xform_suffix) const |
| |
| bool | areInheritedXformsAnimated () const |
| |
| bool | postExecuteAssignMaterial (HUSD_AutoWriteLock &lock) const |
| |
Definition at line 28 of file HUSD_MergeInto.h.
| HUSD_MergeInto::HUSD_MergeInto |
( |
| ) |
|
| HUSD_MergeInto::~HUSD_MergeInto |
( |
| ) |
|
| bool HUSD_MergeInto::areInheritedXformsAnimated |
( |
| ) |
const |
| bool HUSD_MergeInto::makeUniqueDestPaths |
( |
| ) |
const |
|
inline |
| void HUSD_MergeInto::setMakeUniqueDestPaths |
( |
bool |
make_unique | ) |
|
|
inline |
The documentation for this class was generated from the following file: