omni.fabric.commands.scripts.utils
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. |