forked from vfxetc/mayatools
-
Notifications
You must be signed in to change notification settings - Fork 7
/
sgactions.yml
42 lines (36 loc) · 1.08 KB
/
sgactions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
-
entrypoint: mayatools.actions.publishes:republish_scene
title: "Publish: Republish as Scene"
entity_types:
- PublishEvent
list_order: 33
rich:
heading: "Publish"
title: "Republish as Scene"
icon: arrow-switch
filter: ['PublishEvent.sg_type', 'in', ['maya_geocache']]
selection_required: true
-
entrypoint: mayatools.actions.publishes:republish_geocache
title: "Publish: Republish as Geocache"
entity_types:
- PublishEvent
list_order: 34
rich:
heading: "Publish"
title: "Republish as Geocache"
icon: arrow-switch
filter: ['PublishEvent.sg_type', 'in', ['maya_scene']]
selection_required: true
-
entrypoint: mayatools.actions.publishes:republish_camera
title: "Publish: Republish as Camera"
entity_types:
- PublishEvent
list_order: 35
rich:
heading: "Publish"
title: "Republish as Camera"
icon: arrow-switch
filter: ['PublishEvent.sg_type', 'in', ['maya_geocache', 'maya_scene']]
selection_required: true