@@ -35,9 +35,11 @@ maya.apps.tk-multi-loader2:
35
35
Alembic Cache : [reference, import]
36
36
Image : [texture_node, image_plane]
37
37
Maya Scene : [reference, import]
38
+ Maya FBX : [reference, import]
38
39
Photoshop Image : [texture_node, image_plane]
39
40
Rendered Image : [texture_node, image_plane]
40
41
Texture : [texture_node, image_plane]
42
+ Unreal FBX : [reference, import]
41
43
actions_hook : ' {self}/tk-maya_actions.py'
42
44
entities :
43
45
- caption : Current Project
@@ -68,12 +70,16 @@ maya.apps.tk-multi-shotgunpanel:
68
70
filters : {published_file_type: Image}
69
71
- actions : [reference, import]
70
72
filters : {published_file_type: Maya Scene}
73
+ - actions : [reference, import]
74
+ filters : {published_file_type: Maya FBX}
71
75
- actions : [texture_node, image_plane]
72
76
filters : {published_file_type: Photoshop Image}
73
77
- actions : [texture_node, image_plane]
74
78
filters : {published_file_type: Rendered Image}
75
79
- actions : [texture_node, image_plane]
76
80
filters : {published_file_type: Texture}
81
+ - actions : [reference, import]
82
+ filters : {published_file_type: Unreal FBX}
77
83
- actions : [publish_clipboard]
78
84
filters : {}
79
85
Task :
0 commit comments