Skip to content

Commit 43be4b2

Browse files
[SHOT-3586] Add the Publish plugin "Create 2D Version for Review" to VRED engine (#96)
Co-authored-by: rob-aitchison <[email protected]>
1 parent 944306c commit 43be4b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

env/includes/vred/apps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ vred.apps.tk-multi-publish2:
2828
- name: Publish to Shotgun
2929
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
3030
settings: {}
31+
- name: Create 2D Version for Review
32+
hook: "{self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_session_version.py"
33+
settings:
34+
3D Version: False
3135
- name: Publish Rendering to Shotgun
3236
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_rendering.py"
3337
settings: {}

0 commit comments

Comments
 (0)