@@ -16,9 +16,7 @@ includes:
16
16
- ../common/apps.yml
17
17
- ../common/settings/tk-multi-publish2.yml
18
18
19
- # tk-3dsmaxplus app settings
20
-
21
- 3dsmaxplus.apps.tk-multi-publish2 : &3dsmaxplus_apps_tk-multi-publish2
19
+ 3dsmax.apps.tk-multi-publish2 :
22
20
help_url : " @common.apps.tk-multi-publish2.help_url"
23
21
collector : " {self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py"
24
22
publish_plugins :
@@ -27,19 +25,19 @@ includes:
27
25
- name : Begin file versioning
28
26
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
29
27
settings : {}
30
- - name : Publish to ShotGrid
28
+ - name : Publish to Flow Production Tracking
31
29
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
32
30
settings : {}
33
31
location : " @common.apps.tk-multi-publish2.location"
34
32
35
- 3dsmaxplus .apps.tk-multi-loader2 : &3dsmaxplus_apps_tk-multi-loader2
33
+ 3dsmax .apps.tk-multi-loader2 :
36
34
action_mappings :
37
35
3dsmax Scene : [import, reference]
38
36
Alembic Cache : [import]
39
37
Image : [texture_node]
40
38
Rendered Image : [texture_node]
41
39
Texture : [texture_node]
42
- actions_hook : ' {self }/tk-3dsmaxplus_actions .py'
40
+ actions_hook : " {engine }/tk-multi-loader2/basic/scene_actions .py"
43
41
download_thumbnails : true
44
42
entities :
45
43
- caption : Current Project
@@ -60,10 +58,13 @@ includes:
60
58
publish_filters : [["sg_status_list", "is_not", null]]
61
59
location : " @common.apps.tk-multi-loader2.location"
62
60
63
- 3dsmaxplus .apps.tk-multi-shotgunpanel : &3dsmaxplus_apps_tk-multi-shotgunpanel
61
+ 3dsmax .apps.tk-multi-shotgunpanel :
64
62
shotgun_fields_hook : ' {self}/shotgun_fields.py'
65
- actions_hook : ' {self}/general_actions.py:{self}/ tk-3dsmaxplus_actions .py'
63
+ actions_hook : " {engine}/ tk-multi-shotgunpanel/basic/scene_actions .py"
66
64
action_mappings :
65
+ Note :
66
+ - actions : [ note_to_ip, note_to_closed ]
67
+ filters : { }
67
68
PublishedFile :
68
69
- actions : [import]
69
70
filters : {published_file_type: Alembic Cache}
@@ -91,14 +92,6 @@ includes:
91
92
enable_context_switch : true
92
93
location : " @common.apps.tk-multi-shotgunpanel.location"
93
94
94
- # tk-3dsmax app settings
95
95
3dsmax.apps.tk-multi-setframerange :
96
96
hook_frame_operation : " {engine}/tk-multi-setframerange/basic/frame_operations.py"
97
97
location : " @common.apps.tk-multi-setframerange.location"
98
- 3dsmax.apps.tk-multi-publish2 : *3dsmaxplus_apps_tk-multi-publish2
99
- 3dsmax.apps.tk-multi-loader2 :
100
- << : *3dsmaxplus_apps_tk-multi-loader2
101
- actions_hook : " {engine}/tk-multi-loader2/basic/scene_actions.py"
102
- 3dsmax.apps.tk-multi-shotgunpanel :
103
- << : *3dsmaxplus_apps_tk-multi-shotgunpanel
104
- actions_hook : " {engine}/tk-multi-shotgunpanel/basic/scene_actions.py"
0 commit comments