Skip to content

Commit

Permalink
Minor updates for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TicTac-93 committed Jan 7, 2019
1 parent 1976436 commit a1d20ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bakeAllAnim_v01.py → bakeAllAnim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# --------------------------------
# Bake All Anim v1.0.0 Release
# --------------------------------

# Destroys instances of the dialog before recreating it
# This has to go first, before modules are reloaded or the ui var is re-declared.
try:
Expand Down Expand Up @@ -289,7 +293,7 @@ def _get_keyed_subtracks(self, track, list=[], namesOnly=False):
# --------------------

# Path to UI file
_uif = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) + "\\bakeAllAnim_v01.ui"
_uif = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) + "\\bakeAllAnim.ui"
_app = MaxPlus.GetQMaxMainWindow()
ui = BakeAnimUI(_uif, pymxs, _app)

Expand Down
File renamed without changes.

0 comments on commit a1d20ae

Please sign in to comment.