unreal.UsdDuplicateType

class unreal.UsdDuplicateType

Bases: EnumBase

Describes the different types of “prim duplication” operations we support with UsdUtils::DuplicatePrims

C++ Source:

  • Plugin: USDImporter

  • Module: USDClasses

  • File: USDDuplicateType.h

ALL_LOCAL_LAYER_SPECS: UsdDuplicateType

Duplicate each of the prim’s specs across the entire stage

Type:

2

FLATTEN_COMPOSED_PRIM: UsdDuplicateType

Generate a flattened duplicate of the composed prim onto the current edit target

Type:

0

SINGLE_LAYER_SPECS: UsdDuplicateType

Duplicate the prim’s specs on the current edit target only

Type:

1