Remove Prims#
Key: removePrims
Configurable operation that can find different types of prims that can be removed from the stage and provides options for how to remove them.
Arguments#
Paths#
Optional list of prim paths to consider.
Name:
pathsType:
[string]Default Value:
[]
Remove Invisible#
Whether to remove prims which have computed visibility as invisible.
Name:
removeInvisibleType:
boolDefault Value:
True
Invisible Remove Method#
Method that will be used to remove invisible prims.
Name:
invisibleRemoveMethodType:
intDefault Value:
2
- Enum Values:
1: Delete
2: Deactivate
Remove Orphaned Overs#
Whether to remove orphaned overs i.e. overs that do not have any non-concrete arcs, relationships, or connections.
Name:
removeOrphanedOversType:
boolDefault Value:
True
Orphaned Remove Method#
Method that will be used to remove orphaned overs.
Name:
orphanedOverRemoveMethodType:
intDefault Value:
1
- Enum Values:
1: Delete
2: Deactivate
3: Hide