Skip to content

Commit 019eb50

Browse files
add sceneplates workflow to VRED engine (#104)
1 parent 761a775 commit 019eb50

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

env/includes/vred/apps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ vred.apps.tk-multi-loader2:
5151
Fbx File: [import]
5252
VRED Scene: [import]
5353
Osb File: [import]
54+
Image: [ import_sceneplate ]
55+
Rendered Image: [ import_sceneplate ]
5456
actions_hook: "{engine}/tk-multi-loader2/basic/scene_actions.py"
5557
entities:
5658
- caption: Current Project
@@ -98,6 +100,10 @@ vred.apps.tk-multi-shotgunpanel:
98100
filters: {published_file_type: VRED Scene}
99101
- actions: [import]
100102
filters: {published_file_type: Osb File}
103+
- actions: [import_sceneplate]
104+
filters: {published_file_type: Image}
105+
- actions: [import_sceneplate]
106+
filters: {published_file_type: Rendered Image}
101107
- actions: [publish_clipboard]
102108
filters: {}
103109
Task:

env/includes/vred/site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ vred.site:
3333
Fbx File: [import]
3434
VRED Scene: [import]
3535
Osb File: [import]
36+
Image: [import_sceneplate]
37+
Rendered Image: [import_sceneplate]
3638
actions_hook: "{engine}/tk-multi-loader2/basic/scene_actions.py"
3739
entities:
3840
- caption: Project

0 commit comments

Comments
 (0)