Skip to content

Commit

Permalink
Fix a couple of build issues and a broken import from latest PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nrusch committed Aug 16, 2018
1 parent 9d87cad commit 35b01ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pxr/usdQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if (INSTALL_PURE_PYTHON)
hierarchyModel.py
hooks.py
layerModel.py
layers.py
opinionModel.py
opinionStackModel.py
qtUtils.py
Expand All @@ -22,7 +21,6 @@ if (INSTALL_PURE_PYTHON)
usdUtils.py
valueDelegate.py
valueWidgets.py
variantSets.py
)
else ()
set(PYTHON_FILES
Expand Down
2 changes: 1 addition & 1 deletion pxr/usdQtEditors/outliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from pxr import Sdf, Tf, Usd
from pxr.UsdQt.hierarchyModel import HierarchyBaseModel
from pxr.UsdQt.hooks import UsdQtHooks
from pxr.UsdQt.layers import LayerStackBaseModel
from pxr.UsdQt.layerModel import LayerStackBaseModel
from pxr.UsdQt.qtUtils import DARK_ORANGE, MenuAction, MenuSeparator, \
MenuBuilder, ContextMenuMixin, MenuBarBuilder, CopyToClipboard
from pxr.UsdQt.usdUtils import GetPrimVariants
Expand Down

0 comments on commit 35b01ea

Please sign in to comment.