Skip to content

Commit

Permalink
Adjusted progress bar on movie file upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Matto committed May 13, 2016
1 parent 0fc992e commit 67b609b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/tk_multi_importcut/edl_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ def create_sg_cut(self, title, description):
["id"])
# Upload media to the version.
self._logger.info("Uploading movie...")
self.progress_changed.emit(1)
self._sg.upload(
sg_version["type"],
sg_version["id"],
Expand Down
3 changes: 2 additions & 1 deletion python/tk_multi_importcut/widgets/drop_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def set_restrict_to_ext(self, ext_list):
"""
Optionally set a list of extensions to restrict the drop area to accept.
:param ext_list: list of extensions to restrict drop area to accept.
:param ext_list: list of extensions to restrict drop area to accept, these
should be included WITH a dot so, for example, [".edl", ".mov"]
"""
self._restrict_to_ext = ext_list

Expand Down

0 comments on commit 67b609b

Please sign in to comment.