Skip to content

Commit

Permalink
doc for connections viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Mar 2, 2024
1 parent c509bff commit 8013e59
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/connections_viewer.rst
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

Binary file added docs/source/images/connections_viewer_hou.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/connections_viewer_maya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/connections_viewer_usdview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/source/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Views (Inspecting / Authoring)

.. include:: spreadsheet_editor.rst

.. include:: connections_viewer.rst

.. include:: prim_composition.rst

.. include:: layerstack_composition.rst
Expand Down

0 comments on commit 8013e59

Please sign in to comment.