From ab9f67304ea0151e44b8fd11a36e9109bac22a75 Mon Sep 17 00:00:00 2001 From: Sergio Zamudio <43821765+zamu5@users.noreply.github.com> Date: Tue, 8 Jun 2021 08:49:01 -0500 Subject: [PATCH] sg-22648-shotgrid replace shotgun instances (#26) * sg-22648-shotgrid replace shotgun instances * sg-22648-shotgrid Update shotgunsoftware url Co-authored-by: Sergio Zamudio --- README.md | 4 ++-- hooks/tk-mari_scene_operations.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51ce6ad..69f48f0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ [![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com) ## Documentation -This repository is a part of the Shotgun Pipeline Toolkit. +This repository is a part of the ShotGrid Pipeline Toolkit. - For more information about this app and for release notes, *see the wiki section*. - For general information and documentation, click here: https://support.shotgunsoftware.com/entries/95441257 -- For information about Shotgun in general, click here: http://www.shotgunsoftware.com/toolkit +- For information about ShotGrid in general, click here: https://help.autodesk.com/view/SGSUB/ENU/ ## Using this app in your Setup All the apps that are part of our standard app suite are pushed to our App Store. diff --git a/hooks/tk-mari_scene_operations.py b/hooks/tk-mari_scene_operations.py index cb59994..9f53adb 100644 --- a/hooks/tk-mari_scene_operations.py +++ b/hooks/tk-mari_scene_operations.py @@ -111,7 +111,7 @@ def _update_geometry_items(self, items): self.parent.sgtk, all_paths, fields=fields ) except TankError as e: - raise TankError("Failed to query publishes from Shotgun: %s" % e) + raise TankError("Failed to query publishes from ShotGrid: %s" % e) # now we have all the info we need to update geometry: for item in items: