From fe0f862997a06b505545688c8d433ad54f7147a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Boismenu?= Date: Wed, 2 Jun 2021 09:58:28 -0400 Subject: [PATCH] SG-22653: Shotgun to ShotGrid (#143) * shotgun to shotgrid * fixed two more Shotguns * Fix for CI GUI tests Co-authored-by: mathurf --- README.md | 6 ++--- app.py | 2 +- hooks/publish_file.py | 26 +++++++++---------- hooks/upload_version.py | 12 ++++----- info.yml | 4 +-- .../api/plugins/publish_plugin_instance.py | 2 +- python/tk_multi_publish2/dialog.py | 6 ++--- .../progress/progress_handler.py | 2 +- .../progress/ui/progress_details_widget.py | 4 +-- python/tk_multi_publish2/ui/dialog.py | 2 +- resources/dialog.ui | 2 +- resources/progress_details_widget.ui | 4 +-- tests/README.md | 2 +- tests/fixtures/configInheritance/env/test.yml | 4 +-- tests/test_gui.py | 14 +++++----- 15 files changed, 46 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 7447eb1c..7a0d0d90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![VFX Platform](https://img.shields.io/badge/vfxplatform-2020-yellow.svg)](http://www.vfxplatform.com/) [![Python 2.6 2.7 3.7](https://img.shields.io/badge/python-2.6%20%7C%202.7%20%7C%203.7-blue.svg)](https://www.python.org/) -[![Reference Documentation](http://img.shields.io/badge/doc-reference-blue.svg)](http://developer.shotgunsoftware.com/tk-multi-publish2) +[![Reference Documentation](http://img.shields.io/badge/doc-reference-blue.svg)](http://developer.shotgridsoftware.com/tk-multi-publish2) [![Build Status](https://dev.azure.com/shotgun-ecosystem/Toolkit/_apis/build/status/shotgunsoftware.tk-multi-publish2?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Toolkit/_build/latest?definitionId=41&branchName=master) [![codecov](https://codecov.io/gh/shotgunsoftware/tk-multi-publish2/branch/master/graph/badge.svg)](https://codecov.io/gh/shotgunsoftware/tk-multi-publish2) [![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com) @@ -8,9 +8,9 @@ ## Documentation -This repository is a part of the Shotgun Pipeline Toolkit. +This repository is a part of the ShotGrid Pipeline Toolkit. -For documentation, see http://developer.shotgunsoftware.com/tk-multi-publish2/ +For documentation, see http://developer.shotgridsoftware.com/tk-multi-publish2/ ## Have a Question? Don't hesitate to contact us! You can find us on support@shotgunsoftware.com diff --git a/app.py b/app.py index ccf20e86..263db600 100644 --- a/app.py +++ b/app.py @@ -56,7 +56,7 @@ def init_app(self): menu_caption = "%s..." % display_name menu_options = { "short_name": command_name, - "description": "Publishing of data to Shotgun", + "description": "Publishing of data to ShotGrid", # dark themed icon for engines that recognize this format "icons": { "dark": {"png": os.path.join(self.disk_location, "icon_256_dark.png")} diff --git a/hooks/publish_file.py b/hooks/publish_file.py index b54fad27..690a9218 100644 --- a/hooks/publish_file.py +++ b/hooks/publish_file.py @@ -130,7 +130,7 @@ def name(self): """ One line display name describing the plugin """ - return "Publish to Shotgun" + return "Publish to ShotGrid" @property def description(self): @@ -142,15 +142,15 @@ def description(self): loader_url = "https://support.shotgunsoftware.com/hc/en-us/articles/219033078" return """ - Publishes the file to Shotgun. A Publish entry will be - created in Shotgun which will include a reference to the file's current + Publishes the file to ShotGrid. A Publish entry will be + created in ShotGrid which will include a reference to the file's current path on disk. Other users will be able to access the published file via the Loader so long as they have access to the file's location on disk.

File versioning

The version field of the resulting Publish in - Shotgun will also reflect the version number identified in the filename. + ShotGrid will also reflect the version number identified in the filename. The basic worklfow recognizes the following version formats by default: