forked from vfxetc/sgfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsgactions.yml
57 lines (50 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-
entrypoint: sgfs.actions.create_structure:run_preview
title: "File System: Preview Folders"
rich:
heading: File System
title: Preview Folders
icon: folder-explore
list_order: 21
entity_types: [Sequence, Asset, Shot, Task, CustomEntity06, CustomEntity21]
selection_required: true
-
entrypoint: sgfs.actions.create_structure:run_create
title: "File System: Create Folders"
rich:
heading: File System
title: Create Folders
icon: folder-add
list_order: 22
entity_types: [Sequence, Asset, Shot, Task, CustomEntity06, CustomEntity21]
selection_required: true
-
entrypoint: sgfs.actions.open:run
title: "File System: Jump to Folder"
rich:
heading: File System
title: Jump to Folder
icon: folder-go
list_order: 23
entity_types: [Sequence, Asset, Shot, Task, PublishEvent, CustomEntity06, CustomEntity21]
selection_required: true
-
entrypoint: sgfs.actions.open_terminal:run
title: "File System: Jump to Terminal"
rich:
heading: File System
title: Jump to Terminal
icon: application-osx-terminal
list_order: 24
entity_types: [Sequence, Asset, Shot, Task, PublishEvent, CustomEntity06, CustomEntity21]
selection_required: true
-
entrypoint: sgfs.actions.launch_maya:run
title: "Toolbox: Launch Maya"
rich:
heading: Toolbox
title: Launch Maya
icon: application-osx-terminal
list_order: 11
entity_types: [Task]
selection_required: true