Skip to content

Commit

Permalink
Adjust ui script
Browse files Browse the repository at this point in the history
  • Loading branch information
sowwic committed Jul 12, 2020
1 parent c9c36e3 commit ff46a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dsRenamingTool/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from dsRenamingTool.mainDialog import Dialog
1 change: 1 addition & 0 deletions dsRenamingTool/aliasesDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class AliasDialog(dialogBase._modalDialog):

DEFAULT_SUFFIX_ALIASES = {
"transform": "GRP",
"mesh": "PLY",
"nurbsCurve": "CRV",
"nurbsSurface": "NURB",
Expand Down

0 comments on commit ff46a4a

Please sign in to comment.