Skip to content

Commit f5aed4d

Browse files
add the "Create 2D/3D Version for Review" publish plugin for Alias engine (and add the framework for it to work correctly) (#94)
1 parent 6a7104f commit f5aed4d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

env/includes/alias/apps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ alias.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 3D Version for Review
32+
hook: "{self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_version.py"
33+
settings:
34+
3D Version: True
3135
- name: Publish Variants to Shotgun
3236
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_variants.py"
3337
settings: {}

env/includes/common/frameworks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ frameworks:
5757
version: v0.1.1
5858
type: app_store
5959
name: tk-framework-aliastranslations
60+
tk-framework-lmv_v0.x.x:
61+
location:
62+
version: v0.1.2
63+
type: app_store
64+
name: tk-framework-lmv

0 commit comments

Comments
 (0)