-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pulsar.json
46 lines (46 loc) · 2.51 KB
/
.pulsar.json
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
{
"cgwire": {
"password": "YOURPASSWORD",
"username": "[email protected]"
},
"color": "green",
"nodes": "C:/Users/leege/Pulsar/nodes",
"firstUsage": true,
"overlay": {
"save": "Ctrl+Shift+S",
"increment": "Ctrl+Alt+S"
},
"paths": {
"asset": {
"scene": "{project}/03_WORK_PIPE/01_ASSET_3D/{asset_type}/{asset_name}/{dimension}/scenes/{task}/{subtask}/{state}_{version}/{file}",
"render": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/render/{task}/{subtask}/{state}_{version}/{file}",
"cache": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/caches/{task}/{subtask}/{state}_{version}/{file}",
"texture": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/images/{state}_{version}/{file}"
},
"shot": {
"scene": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/scenes/{sequence}/{shot}/{task}/{subtask}/{state}_{version}/{file}",
"render": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/render/{group}/{name}/{task}/{subtask}/{state}_{version}/{file}",
"cache": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/caches/{group}/{name}/{task}/{subtask}/{state}_{version}/{file}",
"texture": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/images/{group}/{name}/{state}_{version}/{file}"
}
},
"projects": {
"PIPE": {
"path": "",
"asset": {
"scene": "{project}/03_WORK_PIPE/01_ASSET_3D/{asset_type}/{asset_name}/{dimension}/scenes/{task}/{subtask}/{state}_{version}/{file}",
"render": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/render/{task}/{subtask}/{state}_{version}/{file}",
"cache": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/caches/{task}/{subtask}/{state}_{version}/{file}",
"texture": "{project}/03_WORK_PIPE/01_ASSET_3D/{group}/{name}/{dimension}/images/{state}_{version}/{file}"
},
"shot": {
"scene": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/scenes/{sequence}/{shot}/{task}/{subtask}/{state}_{version}/{file}",
"render": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/render/{group}/{name}/{task}/{subtask}/{state}_{version}/{file}",
"cache": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/caches/{group}/{name}/{task}/{subtask}/{state}_{version}/{file}",
"texture": "{project}/03_WORK_PIPE/02_SHOT/{dimension}/images/{group}/{name}/{state}_{version}/{file}"
}
}
},
"softwares": {},
"theme": "theme-dark"
}