-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Connections Viewer | ||
------------------ | ||
|
||
From a given `prim`_, recursively traverse its connections through `UsdShade.ConnectableAPI`_. | ||
Every node represents a `prim`_, with its name at the top, followed by each of its inputs and outputs. | ||
Outputs are marked as red. Inputs are blue (light for non connected inputs, dark for ones with incoming connections). | ||
|
||
.. tab:: USDView | ||
|
||
.. image:: images/connections_viewer_usdview.gif | ||
|
||
.. tab:: Houdini | ||
|
||
.. image:: images/connections_viewer_hou.jpg | ||
|
||
.. tab:: Maya | ||
|
||
.. image:: images/connections_viewer_maya.jpg | ||
|
||
.. _UsdShade.ConnectableAPI: https://openusd.org/release/api/class_usd_shade_connectable_a_p_i.html | ||
.. _prim: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Prim | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters