Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Jan 5, 2024
1 parent b3cf621 commit 7186071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grill/views/usdview.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def primChanged(new_paths, __):
return widget


def _connectable_api(usdviewApi):
def _connection_viewer(usdviewApi):
widget = _description._ConnectableAPIViewer(parent=usdviewApi.qMainWindow)

def primChanged(new_paths, __):
Expand Down Expand Up @@ -151,7 +151,7 @@ def RunCommand(self):
widget.show()


class GrillPrimConnectionViewerMenuItem(GrillPrimCompositionMenuItem):
class GrillSceneGraphCompositionMenuItem(GrillPrimCompositionMenuItem):
_widget = _description.LayerStackComposition
_subtitle = "Scene Graph Composition"

Expand Down Expand Up @@ -269,7 +269,7 @@ def _menu_item(title, _launcher):
("Taxonomy Editor", _stage_on_widget(_create.TaxonomyEditor)),
("Spreadsheet Editor", _stage_on_widget(_sheets.SpreadsheetEditor)),
("Prim Composition", prim_composition),
("Connection Viewer", _connectable_api),
("Connection Viewer", _connection_viewer),
)),
{"LayerStack Composition": [
_menu_item("From Current Stage", _stage_on_widget(_description.LayerStackComposition)),
Expand Down

0 comments on commit 7186071

Please sign in to comment.