You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* usdview submenus for selecting prototype and instances
* note on crashes when opening Prim Composition due to QtWebEngine
* remove printree dependency
* update actions version and enabled pythonwarnings as errors
Signed-off-by: Christian López Barrón <chris.gfz@gmail.com>
Copy file name to clipboardExpand all lines: docs/source/prim_composition.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ Uses :ref:`Prim Index <glossary:index>` and its utilities (:usdcpp:`PcpPrimIndex
5
5
6
6
To visualize the :ref:`glossary:composition` graph, the ``graphviz`` library needs to be available in the environment.
7
7
8
+
.. important::
9
+
10
+
If you experience crashes when launching this widget, it could be due to issues with ``QtWebEngine``. Try setting environment variable ``GRILL_SVG_VIEW_AS_PIXMAP=1`` to avoid use of ``QtWebEngine`` (`see environment variables <views.html#environment-variables>`_ for more details).
0 commit comments