-
Notifications
You must be signed in to change notification settings - Fork 2
/
V-Ray.json
64 lines (64 loc) · 1.69 KB
/
V-Ray.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"env": [
{
"INSTALL_ROOT": "C:/Program Files/Chaos Group/V-Ray/Houdini 19.0.589"
},
{
"VRAY_APPSDK": "${INSTALL_ROOT}/appsdk"
},
{
"VRAY_OSL_PATH": "${INSTALL_ROOT}/appsdk/bin"
},
{
"VRAY_UI_DS_PATH": "${INSTALL_ROOT}/ui"
},
{
"VFH_HOME": "${INSTALL_ROOT}/vfh_home"
},
{
"PATH": [
"${HFS}/bin",
"${VRAY_APPSDK}/bin",
"${VFH_HOME}/bin"
]
},
{
"VFH_DSO_PATH": {
"houdini_python == 'python2'": "${VFH_HOME}/dso_py2",
"houdini_python == 'python3'": "${VFH_HOME}/dso_py3"
}
},
{
"PYTHONPATH": [
{
"method": "append",
"houdini_python == 'python2'": "${VRAY_APPSDK}/python27"
},
{
"method": "append",
"houdini_python == 'python3'": "${VRAY_APPSDK}/python37"
}
]
},
{
"VFU_PLUGINS": "${VFH_DSO_PATH}/usd_plugins/hdVRay/plugins"
},
{
"VFH_ASSET_PATH": "C:/Users/USER/Documents/V-Ray Material Library/assets"
},
{
"HOUDINI_DSO_PATH": "${VFH_DSO_PATH}"
},
{
"HOUDINI_GALLERY_PATH": [
{
"method": "append",
"value": "${VFH_HOME}/gallery"
}
]
}
],
"path": [
"${VFH_HOME}"
]
}