Skip to content

Commit

Permalink
updated file names
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalt committed Nov 28, 2024
1 parent db0562c commit 23dd9c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/mayaUsd/resources/ae/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ if(MAYA_APP_VERSION VERSION_GREATER_EQUAL 2023)
install(FILES
${MAYAUSD_SHARED_COMPONENTS}/collection/__init__.py
${MAYAUSD_SHARED_COMPONENTS}/collection/widget.py
${MAYAUSD_SHARED_COMPONENTS}/collection/IncludeExcludeWidget.py
${MAYAUSD_SHARED_COMPONENTS}/collection/ExpressionWidget.py
${MAYAUSD_SHARED_COMPONENTS}/collection/ExpressionRulesMenu.py
${MAYAUSD_SHARED_COMPONENTS}/collection/includeExcludeWidget.py
${MAYAUSD_SHARED_COMPONENTS}/collection/expressionWidget.py
${MAYAUSD_SHARED_COMPONENTS}/collection/expressionRulesMenu.py
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/python/usd_shared_components/collection/
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .ExpressionRulesMenu import ExpressionMenu
from .expressionRulesMenu import ExpressionMenu
from ..common.kebabMenu import KebabMenu

try:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ..common.list import StringList
from ..common.resizable import Resizable
from ..common.kebabMenu import KebabMenu
from .ExpressionRulesMenu import ExpressionMenu
from .expressionRulesMenu import ExpressionMenu

try:
from PySide6.QtWidgets import QFrame, QWidget, QHBoxLayout, QVBoxLayout# type: ignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .IncludeExcludeWidget import IncludeExcludeWidget
from .ExpressionWidget import ExpressionWidget
from .includeExcludeWidget import IncludeExcludeWidget
from .expressionWidget import ExpressionWidget

try:
from PySide6.QtGui import QIcon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..collection.ExpressionRulesMenu import ExpressionMenu
from ..collection.expressionRulesMenu import ExpressionMenu
from ..resources import *
try:
from PySide6.QtCore import Qt # type: ignore
Expand Down

0 comments on commit 23dd9c7

Please sign in to comment.