Skip to content

Commit 630e9f6

Browse files
Change all the shotgrid/shotgun occurrences in the repository.
1 parent 48cd067 commit 630e9f6

File tree

16 files changed

+31
-29
lines changed

16 files changed

+31
-29
lines changed

SECURITY.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44

55
At Autodesk, we know that the security of your data is critical to your studio’s
66
operation.
7-
As the industry shifts to the cloud, ShotGrid knows that security and service
8-
models are more important than ever.
7+
As the industry shifts to the cloud, Flow Production Tracking knows that security
8+
and service models are more important than ever.
99

1010
The confidentiality, integrity, and availability of your content is at the top
1111
of our priority list.
12-
Not only do we have a team of ShotGrid engineers dedicated to platform security
13-
and performance, we are also backed by Autodesk’s security team, also invests
14-
heavily in the security for broad range of industries and customers.
12+
Not only do we have a team of Flow Production Tracking engineers dedicated to
13+
platform security and performance, we are also backed by Autodesk’s security team,
14+
also invests heavily in the security for broad range of industries and customers.
1515
We constantly reassess, develop, and improve our risk management program because
1616
we know that the landscape of security is ever-changing.
1717

18-
If you believe you have found a security vulnerability in any ShotGrid-owned
19-
repository, please report it to us as described below.
18+
If you believe you have found a security vulnerability in any
19+
Flow Production Tracking-owned repository, please report it to us as described
20+
below.
2021

2122

2223
## Reporting Security Issues
@@ -32,4 +33,4 @@ configurations, reproduction steps, exploit code, impact, etc.
3233

3334
## Additional Information
3435

35-
Please check out the [ShotGrid Security White Paper](https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_general_security_ar_security_white_paper_html).
36+
Please check out the [Flow Production Tracking Security White Paper](https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_general_security_ar_security_white_paper_html).

core/hooks/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This location is for core hook override files.
22

3-
The ShotGrid Pipeline Toolkit comes with a series of Core Hooks, essentially snippets of python
3+
The Flow Production Tracking Toolkit comes with a series of Core Hooks, essentially snippets of python
44
that contain key operations such as copying a file, creating directories etc.
55

66
These hooks are part of the platform distribution and are therefore bundled with the code itself.

env/includes/3dsmax/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ includes:
2727
- name: Begin file versioning
2828
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2929
settings: {}
30-
- name: Publish to ShotGrid
30+
- name: Publish to Flow Production Tracking
3131
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
3232
settings: {}
3333
location: "@common.apps.tk-multi-publish2.location"

env/includes/aftereffects/apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ aftereffects.apps.tk-multi-publish2:
2626
- name: Begin file versioning
2727
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2828
settings: {}
29-
- name: Publish Renderings to ShotGrid
29+
- name: Publish Renderings to Flow Production Tracking
3030
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_rendering.py"
3131
settings: {}
32-
- name: Publish to ShotGrid
32+
- name: Publish to Flow Production Tracking
3333
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_document.py"
3434
settings: {}
3535
- name: Upload for review

env/includes/alias/apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ alias.apps.tk-multi-publish2:
2525
- name: Begin file versioning
2626
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2727
settings: {}
28-
- name: Publish to ShotGrid
28+
- name: Publish to Flow Production Tracking
2929
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
3030
settings: {}
3131
- name: Create Version for Review
3232
hook: "{self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_version.py"
3333
settings:
3434
Version Type: 2D Version
35-
- name: Publish Variants to ShotGrid
35+
- name: Publish Variants to Flow Production Tracking
3636
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_variants.py"
3737
settings: {}
38-
- name: Publish Annotations to ShotGrid
38+
- name: Publish Annotations to Flow Production Tracking
3939
hook: "{engine}/tk-multi-publish2/basic/publish_annotations.py"
4040
settings: {}
4141
location: "@common.apps.tk-multi-publish2.location"

env/includes/common/settings/tk-multi-publish2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# not expressly granted therein are reserved by Shotgun Software Inc.
1010

1111
common.settings.tk-multi-publish2.publish_file:
12-
name: Publish to ShotGrid
12+
name: Publish to Flow Production Tracking
1313
hook: "{self}/publish_file.py"
1414
settings: {}
1515

env/includes/houdini/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ houdini.apps.tk-multi-publish2:
2626
- name: Begin file versioning
2727
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2828
settings: {}
29-
- name: Publish to ShotGrid
29+
- name: Publish to Flow Production Tracking
3030
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
3131
settings: {}
3232
location: "@common.apps.tk-multi-publish2.location"

env/includes/maya/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ maya.apps.tk-multi-publish2:
2525
- name: Begin file versioning
2626
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2727
settings: {}
28-
- name: Publish to ShotGrid
28+
- name: Publish to Flow Production Tracking
2929
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
3030
settings: {}
3131
location: "@common.apps.tk-multi-publish2.location"

env/includes/nuke/apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ nuke.apps.tk-multi-publish2:
2929
- name: Begin file versioning
3030
hook: "{engine}/tk-multi-publish2/basic/nukestudio_start_version_control.py"
3131
settings: {}
32-
- name: Publish to ShotGrid
32+
- name: Publish to Flow Production Tracking
3333
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/nuke_publish_script.py"
3434
settings: {}
35-
- name: Publish to ShotGrid
35+
- name: Publish to Flow Production Tracking
3636
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/nukestudio_publish_project.py"
3737
settings: {}
3838
- name: Update Flame Clip

env/includes/photoshopcc/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ photoshopcc.apps.tk-multi-publish2:
2626
- name: Begin file versioning
2727
hook: "{engine}/tk-multi-publish2/basic/start_version_control.py"
2828
settings: {}
29-
- name: Publish to ShotGrid
29+
- name: Publish to Flow Production Tracking
3030
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_document.py"
3131
settings: {}
3232
- name: Upload for review

0 commit comments

Comments
 (0)