omni.fabric.commands#
Submodules Summary:
No submodule docstring provided |
Classes Summary:
Change fabric prim attribute undoable **Command**. |
|
Change prim property undoable **Command**. |
|
A command to copy a Fabric prim to a new location. |
|
A command for copying and pasting Fabric prims within a stage. |
|
A command to create and apply a default transform to a Fabric prim at a specified path. |
|
A command to create a Fabric prim with a default transform. |
|
A command to create a Fabric prim with a default transform. |
|
A command for deleting prims from a Fabric stage. |
|
A class that represents an extension for fabric commands. |
|
A command to group multiple Fabric prims under a new Xform prim. |
|
A command for moving a single prim from one path to another within the Fabric stage. |
|
A command for moving multiple prims within a Fabric stage. |
|
Toggles the visibility of the selected Fabric prims. |
|
A command to transform a Fabric prim. |
|
A command to ungroup Fabric prims from their common parent group. |
Functions Summary:
Determines if a given Fabric prim can have children based on its type and the types of its ancestors. |
|
Computes the axis-aligned bounding box (extent) of a given Fabric prim based on its ‘points’ attribute at a specific time. |
|
Computes the visibility state of a given Fabric prim. |
|
Converts a matrix to the specified matrix type. |
|
Computes the local transformation matrix for a given Fabric prim at a specific time. |
|
Composes a rotation based on a given order and corresponding angles. |
|
Generates a unique path for a new prim on the given stage by incrementing a numerical suffix until a free path is found. |
|
Checks if the given Fabric path has the specified prefix. |
|
Checks if any ancestor prims of the given prim at the provided path are of the specified prim type. |
|
Removes descendant paths from a sorted list of Fabric paths, effectively deduplicating the list by retaining only the highest ancestor paths. |